Visual Studio Code User or Workspace Settings provide a way of override default settings in order to customise the development experience.
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-settingsI 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-settingsAfter 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-tasksIf you have multiple extensions installed how do you determine which formatter is running on your document? For instance I …
visual-studio-code vscode-settingsSimple 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 pylintUsing 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-settingsMultiline 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-settingsCurrently in VSCode settings you can configure format on save as following: "editor.formatOnSave": true I want to exclude some …
visual-studio-code vscode-settingsHow to set tab size is already answered here. But how to have different settings for different file types? E.…
visual-studio-code vscode-settingsI 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