microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.1k stars 29.27k forks source link

the default setting cannot see #68281

Closed yxsh01 closed 5 years ago

yxsh01 commented 5 years ago

Issue Type: Bug

I try to open setting.json, but previously it shows both setting.json and default setting. currently it just open setting.json file. Even I reinstall VS code and delete AppData\Roaming\Code it doesn't work.

VS Code version: Code 1.31.0 (7c66f58312b48ed8ca4e387ebd9ffe9605332caa, 2019-02-05T22:35:56.624Z) OS version: Windows_NT x64 10.0.17134

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i7-4720HQ CPU @ 2.60GHz (8 x 2594)| |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: disabled_software
rasterization: enabled
surface_synchronization: enabled_on
video_decode: enabled
webgl: enabled
webgl2: enabled| |Memory (System)|7.90GB (3.01GB free)| |Process Argv|| |Screen Reader|no| |VM|0%|
Extensions (5) Extension|Author (truncated)|Version ---|---|--- easy-cpp-projects|ACh|1.6.0 include-autocomplete|ajs|0.0.4 vscode-fileheader|mik|0.0.2 cpptools|ms-|0.21.0 csharp|ms-|1.17.1
vscodebot[bot] commented 5 years ago

(Experimental duplicate detection) Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

yxsh01 commented 5 years ago

It's different with that issue * setting.json property expected(bug) (#66831)

usernamehw commented 5 years ago

https://code.visualstudio.com/updates/v1_31#_use-simple-text-editor-for-editing-settings-as-json

vscodebot[bot] commented 5 years ago

The described behavior is how it is expected to work. If you disagree, please explain what is expected and what is not in more detail. See also our issue reporting guidelines.

Happy Coding!

johnnytemp commented 5 years ago

Could you give the reason behind for the change to only show settings.json in version 1.31.0 ? (It seems inconvenient) If I want to edit the settings by json, I have no default settings to search the options name so as to copy it and change it?

johnnytemp commented 5 years ago

Ok, I found a way to open the default settings which makes this change acceptable:

Cmd-Shift-P, type default and locate "Preferences: Open Raw Default Settings"

See also #68386 for a way to restore old behavior.