Feb. 04, 2024
Beauty & Personal Care
Ghost Together
·
Follow
4 min read
·
Oct 6, 2022
--
The settings.json
file contains all of your Visual Studio Code settings. There is no quick way of opening it without going through plethora of other VSCode menus. So here are pretty much your only options.
Before proceeding to learn from this tutorial…please help our mission.
Get coding books with my #Octopack discount for Medium readers.
All income goes toward giving away free laptops in Nigeria, Argentina and similar counties where we can help. By buying these coding books you help give away coding equipment and possibly change trajectory of someone’s life. Just 4 book bundles get someone a nice laptop.
Laptops given away so far: 1, 2, 3. Thanks all for your help 🙂
With 106K twitter followers and over 31K subscribers I work hard to continue producing high-quality content. Thank you for your support!
Interested in helping more people? Let’s ghost together then:
Get Ghost App at SemiColon.dev also available on Google Play.
How to open settings.json file in VSCodeDon’t get me wrong. VSCode is an amazing editor.
It can be awkward trying to find Settings by having to go through plethora of options before actually getting to the settings file itself.
Why doesn’t VSCode have a simple settings buttons in its dashboard?
When looking for VScode settings for the first time this might be in particular annoying. This quick tutorial was created to show you how to open settings.json (the main settings file in VS Code) fast 🙂
And the quickest way to open settings.json file in Visual Studio Code is…
(Warning: it is not so fast.)
First, open User Settings page:
Press Ctrl + , (comma) on Windows, or…
Press ⌘ + , (comma) on Mac.
Or…
Next, on the User Settings screen, click on a small button that looks like a new file icon in upper right corner of the VSCode dashboard:
Finding settings.json via User Settings button in upper right corner on Search settings view.Image: fastest way to open settings.json
is through this button.
As with any other editor, there are many ways to do the same thing.
To open settings.json file in VSCode you can also do it via something called Command Pallete. But it’s not as intuitive. And you will have to do even more clicking and typing than previous example.
It’s explained in next section, however.
Here is another way of opening settings.json file in VS Code.
To open VSCode’s settings.json file first open Command Palette.
Press Ctrl + Shift + P on Windows or…
Press ⌘ + shift + P on Mac
This opens Command Palette in VSCode, which is an input box. Typing into it will cause a the menu show a list of drop down items relevant to your search query.
Type settings.json
and click on one of the options on drop down.
(You can also open defaultSettings.json file here.)
From now on, your settings.json file will be open in one of the tabs. You can right click on it and “pin” it to the tabs bar, to make sure it can be easily found during current session.
The defaultSettings.json file is read-only.
You can use it to reset your current VSCode settings.
Just copy and paste it into your settings.json
The end.
If you’re on Windows this video is for you.
This is the fastest way to open settings.json file in VSCode on Windows.
Here’s a brief video explaining how to open the settings file on a Mac.
How to open VSCode settings on a Mac.
Before you leave this tutorial…please consider helping our mission.
Get coding books with my #Octopack discount for Medium readers.
All income goes toward giving away free laptops in Nigeria, Argentina and similar counties where we can help. By buying these coding books you help give away coding equipment and possibly change trajectory of someone’s life. Just 4 book bundles get someone a nice laptop.
Laptops given away so far: 1, 2, 3. Thanks all for your help 🙂
With 106K twitter followers and over 31K subscribers I work hard to continue producing high-quality content. Thank you for your support!
Let’s Ghost Together!
Interested in helping more people? Let’s ghost together then:
Get Ghost App at SemiColon.dev also available on Google Play.
I also wrote this article to show you how to open settings.json
VS Code stores its settings in a JSON file. JSON is JavaScript Object Notation format. But if you code in JavaScript you already know what it is.
The file settings.json
is main settings file in VS Code. It can be used to change color theme or specify default browser for Live Server extension.
This is the fastest way to open settings.json file in Visual Studio Code.
First, open User Settings page:
Press Ctrl
+ ,
(comma) on Windows, or…
Press ⌘
+ ,
(comma) on Mac.
Or…
Next, on the User Settings screen, click on a small button that looks like a new file icon in upper right corner of the VSCode dashboard:
Image: fastest way to open settings.json is through this button.There is another way to open settings.json
file in VSCode.
But it’s not as intuitive and you have to do a lot of typing and clicking.
Previous: Free Developer Software & Services
Next: Infallible Total Cover Full Coverage Foundation Makeup
If you are interested in sending in a Guest Blogger Submission,welcome to write for us!
All Comments ( 0 )