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" inserts extra comma if language specific setting already exists #62334

Closed
mjbvz opened this issue Oct 31, 2018 · 0 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug config VS Code configuration, set up issues verified Verification succeeded
Milestone

Comments

@mjbvz
Copy link
Contributor

mjbvz commented Oct 31, 2018

Issue Type: Bug

Steps

  1. With settings.json
	"[bat]": {
		"files.encoding": "gbk",
	}
  1. Now run the Configure language specific settings command
  2. Select batch

Bug
The setting is updated to:

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

With extra , and spaces inserted instead of tabs

VS Code version: Code - Insiders 1.29.0-insider (97ad72a, 2018-10-31T06:11:22.318Z)
OS version: Darwin x64 18.0.0

System Info
Item Value
CPUs Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz (8 x 2200)
GPU Status 2d_canvas: enabled
checker_imaging: disabled_off
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: enabled
rasterization: enabled
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
Load (avg) 4, 3, 3
Memory (System) 16.00GB (0.29GB free)
Process Argv -psn_0_50495525
Screen Reader no
VM 22%
@vscodebot vscodebot bot added the insiders label Oct 31, 2018
@roblourens roblourens assigned sandy081 and unassigned roblourens Oct 31, 2018
@sandy081 sandy081 added config VS Code configuration, set up issues bug Issue identified by VS Code Team member as probable bug and removed insiders labels Nov 1, 2018
@sandy081 sandy081 added this to the November 2018 milestone Nov 1, 2018
@roblourens roblourens added the verified Verification succeeded label Dec 6, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 7, 2019
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 config VS Code configuration, set up issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants