-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
local language specific setting priority is lower than user level language specific setting #168411
Comments
@sandy081 I thnk this is a bug not a feature request |
Observed this bug as well. It's very annoying when the workspace sets a different formatter and then that is not picked up |
this seems also more complicated... when I do a single workspace settings: {
"[javascript][javascriptreact][typescript][typescriptreact][vue][json][jsonc][html][css][less][markdown][xml][yaml][svg]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
// with this it works, if something else is set for `[typescript]` in the user settings
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
} so it seems order is |
Tripped across this as well. What an annoying bug! |
reproduce:
esbenp.prettier-vscode
.vscode/settings.json
~/Library/Application Support/Code/User/settings.json
The text was updated successfully, but these errors were encountered: