-
Notifications
You must be signed in to change notification settings - Fork 30.6k
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
Non registered settings are read from default profile when a custom profile is active #229955
Labels
bug
Issue identified by VS Code Team member as probable bug
config
VS Code configuration, set up issues
insiders-released
Patch has been released in VS Code Insiders
verified
Verification succeeded
Milestone
Comments
Merged
sandy081
added a commit
that referenced
this issue
Nov 14, 2024
* Reapply "fix #229955 (#229959)" (#233567) This reverts commit 86a992a. * Handle resolver extension points before activating - fixes #224236 * Revert "Reapply "fix #229955 (#229959)" (#233567)" This reverts commit 3e435d6. * improve handling resolver extensions * move check into for loop * clean up * revert to fix failing test * use existing method * review feedback - stream resolved extensions * fix * undo
Merged
NikolaRHristov
added a commit
to CodeEditorLand/Editor
that referenced
this issue
Nov 19, 2024
This reverts commit 6043ad1.
NikolaRHristov
pushed a commit
to CodeEditorLand/Editor
that referenced
this issue
Nov 19, 2024
Reapply "fix microsoft#229955 (microsoft#229959)" (microsoft#233567) This reverts commit 86a992a.
Looks like |
Verified with |
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
config
VS Code configuration, set up issues
insiders-released
Patch has been released in VS Code Insiders
verified
Verification succeeded
Steps to Reproduce:
"workbench.panel.showLabel": false
setting in default profile🐛 Panel shows with icons. Above setting is read from default profile even though it is not an application scope setting
The text was updated successfully, but these errors were encountered: