-
Notifications
You must be signed in to change notification settings - Fork 1
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
🏗🔧:reconfigure vscode for smoother startup #696
🏗🔧:reconfigure vscode for smoother startup #696
Conversation
many terminal options missing… fix incoming |
// "remoteUser": "root" | ||
// Uncomment to connect as root instead. | ||
// More info: https://aka.ms/dev-containers-non-root. | ||
"remoteUser": "node" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"remoteUser": "node" | |
"remoteUser": "node" |
i need to validate this, so maybe we run it before committing alll these changes
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
here are the only choices that make sense to me/us, what's the deal w/ a user named "node" (?), ugh:
"remoteUser": "node" | |
"remoteUser": "dory" |
"remoteUser": "node" | |
"remoteUser": "nemo" |
you would think i would know, right? ahaha, those Microsofters working on VS Code is my current best guess…
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
todo!
276459d
to
219c252
Compare
Signed-off-by: Derek Lewis <[email protected]>
Signed-off-by: Derek Lewis <[email protected]>
Signed-off-by: Derek Lewis <[email protected]>
Signed-off-by: Derek Lewis <[email protected]>
219c252
to
0c25b09
Compare
Signed-off-by: OpenINF Bot <[email protected]>
Signed-off-by: OpenINF Bot <[email protected]>
Signed-off-by: OpenINF Bot <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should have been merged yesterday!
opening this as a WIP (still looking at a few things),
but the culprit extension (dprint) is not haunting
anymore (at least); this is intermediate tho
Pull Request Purpose
Make a selection on the purpose(s) of your changes.
This PR contains the following:
Testing
Have you included any tests in your submission?
tests)
Breaking Changes
Have you modified any aspect public API surface (i.e., caused breakage)?
necessary)
Description
A concise recap summarily detailing what all are the changes being made.
A follow-up to the recent previous corrections to the VS Code settings.
List of any relevant issue numbers: