LESSON 05: Open settings (JSON) not showing. #5847
-
In visual Studio code, After pressing ctrl + shift + p, and writing settings in search bar, Open Settings (JSON) preference is not in the list, instead Open Default Settings(JSON), Open User settings(JSON) and all other are there. Someone please help me how to access "setting(JSON)". Its not in the list. I am finding it for formatting purpose. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hey @NIAZELOPER, well in new version of Visual Code (atleast in linux) has no such command explicitly to open JSON. Although now it has two options of At last I suggest you not to messup with |
Beta Was this translation helpful? Give feedback.
-
so when i go for "User Settings", which line should i put the coding in? |
Beta Was this translation helpful? Give feedback.
Hey @NIAZELOPER, well in new version of Visual Code (atleast in linux) has no such command explicitly to open JSON. Although now it has two options of
Open User Settings (JSON)
andOpen Workspace Settings (JSON)
. I suggest go forOpen User Settings (JSON)
to do the job, it will work the same way shown in the video althoughOpen Workspace Settings (JSON)
only walk you through the project you are currently working not everytime you open new projects.At last I suggest you not to messup with
Open Default Settings (JSON)
as it is very dangerous and can exploit your entire VS Code Settings!