Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Set "remote.SSH.connectTimeout" in local VsCode settings to fix timeout issues with mila code. #33

Open
lebrice opened this issue Feb 1, 2023 · 0 comments

Comments

@lebrice
Copy link
Collaborator

lebrice commented Feb 1, 2023

When using mila code, it often happens that the window will "time out" several times before the connection actually works.
This problem is exacerbated when there is a lot of load on the login nodes, or the $HOME filesystem.

Adding this entry in the local ~/.config/Code/User/settings.json makes these timeout issues a lot less frequent:

{
    "remote.SSH.connectTimeout": 60
}

Kudos to @busycalibrating for finding this solution.

Perhaps we could add this through mila init ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant