Description
When sharing a running workspace if I don't do anything in the workspace for ~30 minutes then it times out and stops. At such point the person(s) who were using the workspace I shared with them are no longer able to access it. Sharing a running workspace is great because I don't have to share access to code projects that I don't want public.
My primary use case at the moment for extending timeouts while other users are using my shared running workspace is for conducting software engineering programming tests. The timeout means I as the interviewer have to remember to go do something periodically in the workspace (like run ls
in the terminal 😂) to keep it running. If I forget then the candidate will get an error message about permissions and has to ping me to fix it.
I like some feature to extend the timeout whenever shared users are using the shared running workspace. Thanks!