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 hide indent guides in Visual Studio Code?

How can I hide the following lines to get a cleaner code view? Like this in the official documentation: How …

visual-studio-code vscode-settings
Can't get FiraCode to show despite the font installed and ligatures activated in VS Code in Windows

In my settings I have: "editor.fontLigatures": true, "editor.fontFamily": "Fira Code, Comic Sans MS, Tahoma, Consolas", and I've tried (…

visual-studio-code fonts vscode-settings ligature
Remove a keyboard shortcut from VS Code

I was able to overwrite any keyboard shortcut from VS Code just by adding a new key in the keybindings.…

keyboard-shortcuts visual-studio-code vscode-settings
How to fix Java UnsupportedClassVersionError

I've run into this error a few times trying to brush up on my Java. Looked up solutions on the …

java visual-studio-code vscode-settings javac java-14
VSCode Syntax Highlighting not working with Vue / Vetur

For the last week or so, every .VUE file I work with has no syntax highlighting. I usually have the …

vue.js visual-studio-code vscode-settings vetur
How can you disable Gutter Indicators in VS Code?

In VS Code, if there's version control in a folder you're working in, it will try and indicate what lines …

visual-studio-code vscode-settings
Set up Neovim integration in VS code

Currently a (neo)vim user, I read that VS Code supports neovim backend integration, but after searching I cannot find …

visual-studio-code vscode-settings neovim
ESLint rule conflicts with Prettier rule

I am totally new to VSCode and this is my first setting. I know that this is a very common …

visual-studio-code vscode-settings prettier eslintrc prettier-eslint
Allow statements before imports with Visual Studio Code and autopep8

I'm using Visual Studio Code with the Python plugin and autopep8 with: "editor.formatOnSave": true I have local packages I …

python visual-studio-code vscode-settings autopep8
How to change the .pylintrc file that VS Code is using for linting?

We have a .pylintrc file committed to git in our project root that is used by our team which has …

visual-studio-code vscode-settings pylint pylintrc