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

Multi-language overrides in workspace settings don't override user settings correctly #185409

Closed
roblourens opened this issue Jun 17, 2023 · 3 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@roblourens
Copy link
Member

In my user settings

  "[jsonc]": {
    "editor.defaultFormatter": "vscode.json-language-features"
  },

In the vscode-copilot workspace settings

"[json][jsonc][yaml][markdown]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode",
    "editor.formatOnSave": true
  },
  • When I save in a jsonc file in vscode-copilot, it uses vscode.json-language-features from my user settings.
  • If I remove the other languages from the workspace settings config so it only says "[jsonc]", then it works as expected
@gjsjohnmurray
Copy link
Contributor

Looks like a duplicate of #184643

@jrieken jrieken removed their assignment Jun 19, 2023
@sandy081
Copy link
Member

/duplicate

#168411

@vscodenpa vscodenpa added the *duplicate Issue identified as a duplicate of another issue(s) label Jun 20, 2023
@vscodenpa
Copy link

Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for similar existing issues. See also our issue reporting guidelines.

Happy Coding!

@vscodenpa vscodenpa closed this as not planned Won't fix, can't repro, duplicate, stale Jun 20, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Aug 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

5 participants