atur vscode sebagai core.editor di git

$ git config --global core.editor "code --wait"
Silly Skylark