What is wring in setting git vscode as default editor for windows (see below).
vscode was installed before these commands. How can I resolve the issue?
afine@AlexHW MINGW64 ~
$ git config --global core.editor “code --wait”
afine@AlexHW MINGW64 ~
$ git config --global -e
hint: Waiting for your editor to close the file… code --wait: code: command not found
error: There was a problem with the editor ‘code --wait’.