What underlying technologies/libraries is Microsoft’s new (free) cross platform editor Visual Studio Code (Launched 5/29/2015) built on? There are rumors that it’s just Github’s Atom Editor rebranded. 1 Answer...
How do I change the font size for the file explorer in Visual Studio Code? There is not an option in the settings.json file. 12 Answers 12
It’s a simple thing and I was pretty sure it’s well described, but surprisingly it is not so obvious. Here I’ve found a detailed description of settings file. As...
Say you have the following text: abc 123 abc 456 789 abc abc I want to remove all “abc” lines and just keep one. I don’t mind sorting. The...
When I execute a Format Document command on a Vue Component.vue file VSCode replace all single quoted string with double quoted string. In my specific case this rule conflicts...
I want to use “Search And Replace” in Visual Studio Code to change every instance of <h1>content</h1> to #### content within a document using a Regular Expression. How can...
Visual Studio Code reports “It look like git is not installed on your system.” when I try to switch to the git view. I know I have git installed...
I sometimes use Visual Studio Code to edit JSON files that include comments. VS Code displays an error saying, “Comments are not permitted in JSON.” It would be nice...
I am starting to use TypeScript in a Node project I am working on in Visual Studio Code. I wanted to follow the “opt-in” strategy, similar to Flow. Therefore...
How to set tab size is already answered here. But how to have different settings for different file types? E.g. I want the tab size for HTMLs to be...