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