cancel
Showing results for 
Search instead for 
Did you mean: 

BAS : "code: not found"

yannmiquel
Participant

Hi,

BAS doesn't support "git rebase -i" since it prompts

hint: Waiting for your editor to close the file... code --wait: 1: code: not found
error: There was a problem with the editor 'code --wait'.

The command code --version prompts

bash: code: command not found

What can I do in order to get a proper editor ? (either vi or vim or whatever works)

I tried the classic

git config --global core.editor 'vim' 

but it still rely on "code"

Regards,

Yann

yannmiquel
Participant
0 Kudos

Side note: even gitLens leads to the error

Accepted Solutions (0)

Answers (1)

Answers (1)

yannmiquel
Participant
0 Kudos

Still not resolved 😞