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

Workspace "Directories" settings overrides the "User" settings #30

Open
qzcx opened this issue Apr 19, 2023 · 1 comment
Open

Workspace "Directories" settings overrides the "User" settings #30

qzcx opened this issue Apr 19, 2023 · 1 comment

Comments

@qzcx
Copy link

qzcx commented Apr 19, 2023

Would it be possible to merge the "Directories" setting across all setting scopes (User, remote, workspace, folder)? I know vscode precedence says workspace overrides User settings but would be good if this merged in this case instead of overwriting when there are differences. If infeasible, this can be closed.

@informagico
Copy link
Contributor

Hi @qzcx ! 😄
This behaviour is by design on VSCode: https://code.visualstudio.com/docs/getstarted/settings#_workspace-settings

AFAIK from the extension point of view there is no difference between workspace and user settings, it just simply don't know if a specific value is set in user or workspace json.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants