0

i want to integrate git bash console inside vscode and i've seen several tutoriales but all of them point that i have to go to preferences and settings, and settings should open settings.json but i get a user interface instead and i can't find a way to get the entire file, instead i get like isolated settings.json files for every element on that interface.

Settings GUI that appears when i click on preferences > settings

rioV8
  • 24,506
  • 3
  • 32
  • 49

2 Answers2

1

You can find the settings.json by:

  • Bringing up the command palette with the keys Ctrl+Shift+P.
  • Then typing and selecting >Preferences: Open Settings (JSON)
  • It's important that you do not choose Preferences: Open User Settings as this will open the GUI.

enter image description here

I have highlighted the option that you need choose.

lejlun
  • 4,140
  • 2
  • 15
  • 31
0

To open settings.json, press ctrl+shift+p and then search for open settings. You'll see two options for json file. Choose the one you need.

Omid Shojaee
  • 333
  • 1
  • 4
  • 20