I would like to ask how to correctly solve this problem.
I have Visual Studio Code set up with docker containers so I can edit, build and even debug my project that is in a git. I am using NodeJS/Typescript docker image mcr.microsoft.com/vscode/devcontainers/typescript-node
.
The problem is when I try to do interactive rebase in git since git tries to open an editor to allow user to edit a file with rebase instructions but it can't find any editor.
Is it possible to set up git to use the Visual Studio Code for it?
I have noticed the docker image contains visual studio code in
/vscode/vscode-server/bin/linux-x64