How to Configure git editor in a codespace
Posted on Fri 23 September 2022 in tech • Tagged with programming, github, codespaces
How to configure git to use vscode as the default editor from your codespace:
git config --global core.editor "code --wait"