Top "Vscode-settings" questions

Visual Studio Code User or Workspace Settings provide a way of override default settings in order to customise the development experience.

Different theme per window in Visual Studio Code

Is it possible to open 2 Visual Studio Code sessions with different themes? Maybe like this: Window 1: light theme → live system …

visual-studio-code vscode-settings
How to Edit Auto-Formatting Rules for CSS/SCSS/LESS using Prettier in VSCode?

Background: I'm using Prettier - Code formatter extension for VSCode to auto-format my code on save. Problem: I'm used to …

visual-studio-code vscode-settings prettier stylelint
How to change default baud rate of serial monitor in VSCode with PlatformIO?

I have VSCode and PlatformIO plugin. When I start serial monitor it always starts with 9600 baud rate. I'd like to …

visual-studio-code vscode-settings baud-rate platformio
How to show full long line in visual studio code (word wrap off)

I want to be able to view complete long line (on a single line) in visual studio code. The editor …

visual-studio-code vscode-settings
Visual Studio Code Debug Console colors?

Is there a way to display colors (like in a terminal) in the Debug Console of Visual Studio Code (Version 1.10.2) …

node.js visual-studio-code vscode-settings
How to add jsconfig.json to existing vscode project w/o breaking it

I have React project, currently not using jsconfig.json file. Recently I got the following warning message, when generating a …

reactjs visual-studio-code create-react-app vscode-settings
Visual Studio Code: Disable quote wrapping text selection

When I want to change from double quotes to single quotes, I'm used to selecting the double quote, and then …

visual-studio-code vscode-settings
Unable to turn off code suggestions in Visual Studio Code

I have following settings.json: "editor.quickSuggestions": false, "editor.suggestOnTriggerCharacters": false, "editor.wordBasedSuggestions": false, "editor.quickSuggestionsDelay": 1000000 but despite that the …

visual-studio-code editor intellisense vscode-settings
What is the difference between jedi and python language server in VS code IDE?

I am using VS code for python development. I had to disable python language server and enable jedi to fix …

python visual-studio-code ide vscode-settings
HTML files recognized as Django Template in VS Code

I'm new to VS Code, coming from ST3 and TextMate before that. A bit flummoxed why is HTML not autodetected …

html visual-studio-code vscode-settings