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
The instructions for using the ssh connection in VS Code for Windows are not updated yet. The instructions on that part are currently only valid for MacOS. I haven't figured out a sufficiently easy similar thing for Windows yet.
That said: that should not withhold us from bringing in the other changes which are a definite improvement for all, even if this last thing is not yet solved.
Yeah I see the issue, the SSH VSCode setup is indeed very unix-like heavy. It probably deserves separate expanded instructions for Windows - drop downs based on OS or additional bullet points for clarity.
Agree that we should just use a key named de-bootcamp for the bootcamp. It's relatively common that students already have an existing id_ed25519 key.
I'll add an mkdir -p ~/.ssh to create the folder on unix-likes for students that don't have it. I might play around in my windows partition to find the powershell equivalent.
I'll add an mkdir -p ~/.ssh to create the folder on unix-likes for students that don't have it. I might play around in my windows partition to find the powershell equivalent.
Don't have my Windows laptop at hand now, but in PowerShell it's probably as easy as putting in backslashes instead of slashes. I think they made it as a convenience function. Not sure about the -p option. So mkdir ~\.ssh should suffice: ~ exists anyway, and if the folder already exists that's ok.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes https://github.com/lewagon/teachers/issues/3069
Note: