You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my server setup (common at MIT), an ssh session needs to periodically (every 4 hours) run the command krenew to keep access to the filesystem (AFS). Currently this means that I need to manually kill the server every 4 hours in order to restart the timer.
I propose the addition of setting(s) to tell the VSCode remote server to run a user-specified command like krenew. Even the ability to run a single command (ideally in the background) would suffice for my purposes. (I already have a kautorenew script that runs krenew periodically.) Even nicer would be the ability to specify to run a command every n seconds, for a specified n. (This wouldn't have to be in the background.)
The text was updated successfully, but these errors were encountered:
This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 10 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.
In my server setup (common at MIT), an ssh session needs to periodically (every 4 hours) run the command
krenew
to keep access to the filesystem (AFS). Currently this means that I need to manually kill the server every 4 hours in order to restart the timer.I propose the addition of setting(s) to tell the VSCode remote server to run a user-specified command like
krenew
. Even the ability to run a single command (ideally in the background) would suffice for my purposes. (I already have akautorenew
script that runskrenew
periodically.) Even nicer would be the ability to specify to run a command every n seconds, for a specified n. (This wouldn't have to be in the background.)The text was updated successfully, but these errors were encountered: