Now that I’ve switched from Atom to VS Code I thought it was about time I spruced up my Git config, using VS Code to power the text editing features. For starters, you’ll want to globally set the code editor on the command line, like this… git config –global core.editor “code –new-window –wait” Or in the global…
Tag: vscode
Switching from Atom to VS Code
I’ve mentioned before that I use Atom as my code editor of choice. Well, I have to be honest, recently it’s been annoying me a bit. It can be slow, especially when I’ve got a lot of project folders loaded in (which I typically do as I’m a busy person). But more annoying than that, about…