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

Editor preferences ignoring scope precedence #11241

Closed
colin-grant-work opened this issue Jun 1, 2022 · 0 comments · Fixed by #11257
Closed

Editor preferences ignoring scope precedence #11241

colin-grant-work opened this issue Jun 1, 2022 · 0 comments · Fixed by #11257
Labels
preferences issues related to preferences

Comments

@colin-grant-work
Copy link
Contributor

Bug Description:

Editor preferences are ignoring the precedence of preference scopes and accepting the most recent change to preference values.

Steps to Reproduce:

  1. Open a workspace and open a text file in that workspace.
  2. In that workspace, set e.g. editor.fontSize to some non-default value.
  3. Observe that the new setting takes effect in your open file.
  4. In user scope, set the same preference to some other non-default value.
  5. Observe that that new setting also takes effect in your open file, even though it should be ignored because it is overridden by the workspace value.

Additional Information

  • Operating System: MacOS, Electron
  • Theia Version: 5f887e2
@colin-grant-work colin-grant-work added the preferences issues related to preferences label Jun 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
preferences issues related to preferences
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant