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

"Configure language specific settings" not working with new setting ui. #60055

Closed
heroboy opened this issue Oct 6, 2018 · 0 comments
Closed
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug settings-editor VS Code settings editor issues verified Verification succeeded
Milestone

Comments

@heroboy
Copy link

heroboy commented Oct 6, 2018

Version: 1.27.2 (user setup)
Commit: f46c4c4
Date: 2018-09-12T16:17:45.060Z
Electron: 2.0.7
Chrome: 61.0.3163.100
Node.js: 8.9.3
V8: 6.1.534.41
Architecture: x64

Steps to Reproduce:

  1. Ctrl + shift + p and choose "Preferences: Configure language specific settings..." see
  2. In the open setting ui, set "Files:encoding" to "gbk"

expected:
in the setting json file it will be

"[bat]": {
        "files.encoding": "gbk",
 }

actual:

{
    "files.encoding": "gbk",
}

Does this issue occur when all extensions are disabled?: No

Another question : why the batch file key in setting file is "[bat]" not "[batch]", not like it should be "[typescript]","[markdown]" not "[ts]","[md]"

@RMacfarlane RMacfarlane added the settings-editor VS Code settings editor issues label Oct 6, 2018
@RMacfarlane RMacfarlane added the bug Issue identified by VS Code Team member as probable bug label Oct 6, 2018
@roblourens roblourens added this to the October 2018 milestone Oct 6, 2018
@mjbvz mjbvz added the verified Verification succeeded label Oct 31, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 21, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug settings-editor VS Code settings editor issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

4 participants