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.

Python Visual Studio Code autoDocstring Configuration

Goal: generate docstring in vscode for Python automatically and format the generated docstring to my liking. Solution: I installed the …

python visual-studio-code vscode-settings docstring
Property args is not allowed in launch.json in vscode

I am just trying to add some basic configuration to my launch.json file in vscode, but I am getting …

json typescript visual-studio-code vscode-settings vscode-debugger
Remove Hover Tip Visual Studio Code

Small annoyance... Does anyone know how to get rid of the tip that pops up on hover for CSS and …

visual-studio-code vscode-settings
How can i configure clang format without .clang-format file in every workspace?

I want to configure clang-format without having to copy my .clang-format file to every new workspace. In my settings.json …

visual-studio-code vscode-settings clang-format
How to make vscode stop overriding closing parentheses on insertion

When I try to add closing parentheses, it always override the next parentheses to the right. Here is a screen …

visual-studio-code vscode-settings
Intellisense not working in code snippets - VS Code

I have installed the C# extension in VS Code. The problem I am having is, after using a code snippet …

visual-studio-code intellisense vscode-settings code-snippets vscode-snippets
vscode disable empty folders merge/collapse

If child folder is empty, vscode get them merged like on screenshot. Is there an option to disable it? It's …

visual-studio-code vscode-settings