How to exclude file extensions and languages from “format on save” in VSCode?
Currently in VSCode settings you can configure format on save as following: “editor.formatOnSave”: true I want to exclude some file extensions, for example … Read more
Currently in VSCode settings you can configure format on save as following: “editor.formatOnSave”: true I want to exclude some file extensions, for example … Read more
I have both TypeScript and HTML files in my project, in both files tabs are converted to spaces. I want to turn the … Read more
When saving a file using Visual Studio Code, a newline is not automatically added to the end of the file, causing all sorts … Read more
When using the Format Code command in Visual Studio Code, it is not honoring my indent settings (“editor.tabSize”: 2). It is using a … Read more
Similar to the default in the Visual Studio editors or Sublime, I would like to use control + scroll-wheel to change the font … Read more
How can I disable the default tooltip hint message in VSCode? It’s annoying sometimes. 11 Answers 11
Is there a way to control how many lines can be in the scroll back buffer? I need a few thousand lines. I’m … Read more
I can’t find any option, setting, or keyboard shortcut that disables or hides that annoying scrollbar. I just don’t find it useful and … Read more
How does one switch the case of highlighted text in Visual Studio Code? VS allows this via CTRL+SHIFT+U and CTRL+U. Is there a … Read more
I tried Visual Studio Code editor(https://code.visualstudio.com/) which is recently announced at build. I tried it on Windows and Ubuntu. I can see that … Read more