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

Non registered settings are read from default profile when a custom profile is active #229955

Closed
sandy081 opened this issue Sep 27, 2024 · 1 comment · Fixed by #229959 or #233855
Closed
Assignees
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
Milestone

Comments

@sandy081
Copy link
Member

Steps to Reproduce:

  1. Set "workbench.panel.showLabel": false setting in default profile
  2. Open a new window, create a custom profile and make that profile active

🐛 Panel shows with icons. Above setting is read from default profile even though it is not an application scope setting

@sandy081 sandy081 added bug Issue identified by VS Code Team member as probable bug config VS Code configuration, set up issues labels Sep 27, 2024
@sandy081 sandy081 added this to the October 2024 milestone Sep 27, 2024
@sandy081 sandy081 self-assigned this Sep 27, 2024
sandy081 added a commit that referenced this issue Sep 27, 2024
sandy081 added a commit that referenced this issue Sep 27, 2024
@vs-code-engineering vs-code-engineering bot 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 Sep 27, 2024
@rzhao271 rzhao271 added the verified Verification succeeded label Oct 24, 2024
@sandy081
Copy link
Member Author

This fix broke the remote SSH scenario - #232602 - Hence reverting this. Fixing this require #224236 to be fixed.

@sandy081 sandy081 reopened this Nov 11, 2024
@sandy081 sandy081 removed verified Verification succeeded insiders-released Patch has been released in VS Code Insiders labels Nov 11, 2024
@sandy081 sandy081 modified the milestones: October 2024, November 2024 Nov 11, 2024
sandy081 added a commit that referenced this issue Nov 11, 2024
This reverts commit 6043ad1.
sandy081 added a commit that referenced this issue Nov 11, 2024
This reverts commit 6043ad1.
@vs-code-engineering vs-code-engineering bot added the unreleased Patch has not yet been released in VS Code Insiders label Nov 11, 2024
sandy081 added a commit that referenced this issue Nov 11, 2024
@vs-code-engineering vs-code-engineering bot added insiders-released Patch has been released in VS Code Insiders and removed unreleased Patch has not yet been released in VS Code Insiders labels Nov 12, 2024
sandy081 added a commit that referenced this issue Nov 12, 2024
sandy081 added a commit that referenced this issue Nov 12, 2024
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
sandy081 added a commit that referenced this issue Nov 14, 2024
sandy081 added a commit that referenced this issue Nov 14, 2024
Reapply "fix #229955 (#229959)" (#233567)

This reverts commit 86a992a.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants