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 can I keep undo history after saving on Visual Studio Code

I'm using latest version of VS code (1.9.0). After I undo (ctrl+z) something, and save the file (ctrl+s), then …

visual-studio-code redo vscode-settings vssettings
disable automatic curly brace or bracket insertion in vscode

Is there a way to turn off automatic closing curly brace insertion in vscode? I've gone through the editor settings …

visual-studio-code vscode-settings
VSCode pytest test discovery fails

Pytest test discovery is failing. The UI states: Test discovery error, please check the configuration settings for the tests The …

python visual-studio-code pytest vscode-settings
How to open the lightbulb via shortcut?

Some languages support code actions which display a lightbulb providing quick fixes for a warning/error (See https://code.visualstudio.…

visual-studio-code keyboard-shortcuts vscode-settings
VS Code Scroll Map (Minimap)

I am searching for something like this extension for VS Code. Any suggestion?

visual-studio-code vscode-settings
VS-Code Prettier Format On Save doesn't work

For about a month now, my Prettier extension has stopped working as it normally does. Most notably - format on …

visual-studio-code vscode-settings prettier
Multirow Tabs for VSCode

I commonly have 10+ tabs open per editor window which makes it tedious to scroll back and forth (or use ctrl+…

visual-studio-code vscode-settings
VS Code. How to open JSON settings with defaults

When I'm opening settings using Preferences: Open Settings (JSON) I'm getting screen like this: But in VSCode videos/tutorials I …

visual-studio-code vscode-settings
VS Code - toggle search icon in Activity Bar, move from panel or back

I accidentally removed search icon in Activity Bar and don't know how to add it there again. If I click …

visual-studio-code vscode-settings
VS Code shortcut to focus integrated terminal

UPDATE: This issue fixed in a later version of VS Code (tested 1.41.1) control + ` works for both opening and focusing events …

visual-studio-code vscode-settings