Skip to content

Commit

Permalink
Create vscode utility script
Browse files Browse the repository at this point in the history
  • Loading branch information
jofaval committed May 10, 2022
1 parent de8526d commit 309ffd4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/linux/git/vscode.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

echo Configure VSCode as the main Git editor
git config --global core.editor "code --wait"
2 changes: 2 additions & 0 deletions tools/windows/git/vscode.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
REM Configure VSCode as the main Git editor
git config --global core.editor "code --wait"

0 comments on commit 309ffd4

Please sign in to comment.