diff --git a/_episodes/02-setup.md b/_episodes/02-setup.md index ed1855de..1f2095a7 100644 --- a/_episodes/02-setup.md +++ b/_episodes/02-setup.md @@ -90,6 +90,7 @@ Dracula also has to set his favorite text editor, following this table: | Scratch (Linux) | `$ git config --global core.editor "scratch-text-editor"` | | emacs | `$ git config --global core.editor "emacs"` | | vim | `$ git config --global core.editor "vim"` | +| VS code | `$ git config --global core.editor "code --wait"` | It is possible to reconfigure the text editor for Git whenever you want to change it.