About 611,000 results
Open links in new tab
  1. How to open Visual Studio Code's 'settings.json' file

    Aug 9, 2023 · I did it many times, and each time I forgot where it was. Menu File → Preferences → Settings. I get this: I want to open file settings.json (editable JSON file) instead. How can I …

  2. How to edit VSCODE's setting.json when using remote mode?

    Nov 23, 2024 · To edit settings.json in VS Code remote mode: Open VS Code in Remote Mode via Remote - SSH or Remote - Containers. Press Cmd + Shift + P (Mac) or Ctrl + Shift + P …

  3. configuration - Where to find documentation on all available VS …

    Mar 27, 2022 · Where I can find good documentation for every available settings.json configuration option so I can configure VS code however I like to?

  4. Is there a way to make a settings.json simply on a project?

    Mar 26, 2022 · When you want to make a different settings on a specific project, you will make .vscode/settings.json. I know how to make .vscode/settings.json. If I make that directory and …

  5. VSCode Missing settings in settings.json file - Stack Overflow

    Jun 16, 2022 · It's empty by default. But as you continue using the UI and installing extensions, etc...those extensions will automatically update your settings. json file.

  6. Edit VSCode's settings with JSON? - Stack Overflow

    Apr 26, 2020 · I used to like editing VSCode's settings in the old way..using JSON. Is it possible to forgo the Settings UI, and edit the settings JSON directly?

  7. Cannot Edit Default VSCode JSON Settings - Stack Overflow

    Aug 1, 2020 · I am using VSCode 1.47.3 on Windows 10. I cannot edit default settings in json: Open Default Settings ("File -> Preferences -> Settings") Type in Default Settings json file to edit.

  8. Troubleshooting VS Code 'settings.json'? - Stack Overflow

    Dec 21, 2022 · You are missing some commas in the file. Next time, you can verify that your settings.json file is valid by creating a new file in VSCode, setting its language to ...

  9. python - VSCode Settings.json is missing - Stack Overflow

    Mar 26, 2020 · There is this bug (or feature, actually) in VSCode where when you open User Settings in a tab, in a split pane (as long as it's not the right-most pane), the json settings …

  10. linux - VScode settings.json - Stack Overflow

    Apr 18, 2020 · My understanding is that most logical way to manage my extensions ( and other stuff, I guess ) in VSCode is to edit its setting.json file. I am using Debian Linux MX Continuum …