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.

How to change font size in VS Code sidebar?

Querying for fontsize in User Settings window yields only settings for: editor panes, suggest widget, markdown preview, integrated terminal as …

visual-studio-code font-size sidebar vscode-settings
How to reset Visual Studio Code key bindings?

I have been experimenting with my vs-code key bindings. I would like to reset the key-bindings to the original settings. …

visual-studio-code vscode-settings
how to completely remove vs-code setting?

After I uninstalled vs-code the popup message appeared: Your extensions and settings will not be removed. Now I want to …

visual-studio-code vscode-settings vscode-tasks
How do you determine which formatter is being used for VS Code?

If you have multiple extensions installed how do you determine which formatter is running on your document? For instance I …

visual-studio-code vscode-settings
Visual Studio Code - removing pylint

Simple question - but any steps on how to remove pylint from a Windows 10 machine with Python 3.5.2 installed. I got …

python visual-studio-code vscode-settings pylint
How to set Python language specific tab spacing in Visual Studio Code?

Using VSCode 1.9.0 with the (donjayamanne) Python 0.5.8 extension, is it possible to provide Python specific editor options? Or more generally speaking, …

python configuration visual-studio-code code-formatting vscode-settings
Multiline regular expression search in Visual Studio Code

Multiline regular expression search doesn't work in VS Code version 1.27.2 . Theoretically aaa(\n|.)*bbb should find string starting from aaa …

visual-studio-code vscode-settings
How to exclude files from "format on save" in VSCode?

Currently in VSCode settings you can configure format on save as following: "editor.formatOnSave": true I want to exclude some …

visual-studio-code vscode-settings
How to set per-filetype tab size?

How to set tab size is already answered here. But how to have different settings for different file types? E.…

visual-studio-code vscode-settings
How do I Change VSCode To Indent 4 Spaces Instead Of Default 2?

I have applied the below settings in VS Code to get 4 spaces indentation. But always when I open a new …

visual-studio-code vscode-settings default-value auto-indent autoformatting