Command Line
-
Tip of the day — use VS Code from the command line
You’re probably used to calling up vi from the command line for a quick file edit, but if you need a little more (and want to actually leave the editor too!) try calling Visual Studio Code from the Mac, Linux or Windows command line instead! code . <filename> will start a new VScode instance, code <filename>… Continue reading