-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Configured default shell not used when reconnecting to Codespace #175107
Labels
bug
Issue identified by VS Code Team member as probable bug
insiders-released
Patch has been released in VS Code Insiders
remote
Remote system operations issues
terminal-profiles
verified
Verification succeeded
Milestone
Comments
meganrogge
added
bug
Issue identified by VS Code Team member as probable bug
terminal-profiles
labels
Feb 22, 2023
jeanp413
added a commit
to jeanp413/vscode
that referenced
this issue
Mar 2, 2023
PR fixing it #175844 |
Repro in OSS:
|
Thanks everyone! So glad this is fixed now ❤️ |
alexr00
added
verified
Verification succeeded
verification-found
Issue verification failed
and removed
verified
Verification succeeded
labels
Apr 27, 2023
I can still repro this issue:
|
Seems it's only for the above case only now, using codespaces extension which I cannot test from sources 😅, before I could repro easily with my SSH extension too which is working properly now |
jeanp413
added a commit
to jeanp413/vscode
that referenced
this issue
May 8, 2023
… to resolve, e.g. codespaces
jeanp413
added a commit
to jeanp413/vscode
that referenced
this issue
May 8, 2023
… to resolve, e.g. codespaces
vscodenpa
added
unreleased
Patch has not yet been released in VS Code Insiders
insiders-released
Patch has been released in VS Code Insiders
and removed
unreleased
Patch has not yet been released in VS Code Insiders
labels
Aug 4, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bug
Issue identified by VS Code Team member as probable bug
insiders-released
Patch has been released in VS Code Insiders
remote
Remote system operations issues
terminal-profiles
verified
Verification succeeded
Does this issue occur when all extensions are disabled?: Yes
Version: 1.75.1 (Universal)
Commit: 441438a
Date: 2023-02-08T21:34:59.000Z
Electron: 19.1.9
Chromium: 102.0.5005.194
Node.js: 16.14.2
V8: 10.2.154.23-electron.0
OS: Darwin arm64 22.3.0
Sandboxed: Yes
When reconnecting to an existing Codespace, my
"terminal.integrated.defaultProfile.linux"
configuration is ignored. Instead ofzsh
, the terminal always startsbash
.The same/a similar issue used to exist in early 2022 but was presumably fixed with #154290, however this appears to have regressed over the last weeks/months.
Steps to Reproduce:
"terminal.integrated.defaultProfile.linux": "zsh"
bash
The text was updated successfully, but these errors were encountered: