Skip to content

Commit 0aa250f

Browse files
authored
Merge pull request #1411 from HonkingGoose/bugfix/setup-vscodium-core-editor
Move VSCodium and use the proper command
2 parents f21f70d + bc9ddbc commit 0aa250f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

C-git-commands.asc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ Accompanying the configuration instructions in <<ch01-getting-started#_editor>>,
6666
|Textmate |`git config --global core.editor "mate -w"`
6767
|Textpad (Windows 64-bit) |`git config --global core.editor "'C:\Program Files\TextPad 5\TextPad.exe' -m` (Also see note below)
6868
|Vim |`git config --global core.editor "vim"`
69-
|Visual Studio Code and VSCodium |`git config --global core.editor "code --wait"`
69+
|Visual Studio Code |`git config --global core.editor "code --wait"`
70+
|VSCodium (Free/Libre Open Source Software Binaries of VSCode) | `git config --global core.editor "codium --wait"`
7071
|WordPad |`git config --global core.editor '"C:\Program Files\Windows NT\Accessories\wordpad.exe"'"`
7172
|Xi | `git config --global core.editor "xi --wait"`
7273
|==============================

0 commit comments

Comments
 (0)