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 do you format code on save in VS Code

I would like to automatically format TypeScript code using the build-in formatter when I save a file in Visual Studio …

visual-studio-code vscode-settings code-formatting
Moving Panel in Visual Studio Code to right side

In Visual Studio Code, panel section is at bottom by default. How do I move it to right side ? For …

visual-studio-code vscode-settings
How to add a new project to Github using VS Code

All the tutorials i've seen till now shows to first create a repository on github, copy the link go to …

git github visual-studio-code vscode-settings
How to make VS Code to treat other file extensions as certain language?

Or is there a way to switch the current file's language to use syntax highlight feature? For example, *.jsx actually …

visual-studio-code vscode-settings
Color theme for VS Code integrated terminal

Can we change color settings of VS Code Integrated Terminal? Mine looks dull with just white.

terminal visual-studio-code vscode-settings
How to restart VScode after editing extension's config?

VScode notifies you when you open a config of an extension: remember to Restart VScode But it says nothing about …

visual-studio-code vscode-settings
VSCode single to double quote automatic replace

When I execute a Format Document command on a Vue Component.vue file VSCode replace all single quoted string with …

visual-studio-code vscode-settings
Clear file content cache in Visual Studio Code

My Visual Studio code, on a Windows machine, keeps on showing me the previous content of a file even after …

visual-studio-code vscode-settings
How to disable codelens in VS code?

I've searched but didn't find any info on how to disable references (or the codelens completely) in the Visual Studio …

visual-studio-code vscode-settings
Removing the file preview on the right side of the editor in VS Code

This beauty appeared after a recent update, and it is very distracting to me. I searched through the menus, but …

visual-studio-code vscode-settings