

So this is as much for me when I search for this next time! You simply go through them/ modify them.Question 3+ years old, but I've run into this multiple times and keep forgetting how I fixed it.
CODERUNNER CW CODE
Now, whenever git wants you to edit changes/ add commit message, VS Code or any deafult code editor will open automatically and the file contents will be there.

CODERUNNER CW FULL
I also tried to change the default editor by giving full path but again the slightly different error message shown : Aayushs-MBP: projectd/ $ git config core.editor './Applications/CodeRunner.app -wait' bash_profile by adding this snippet from SO : code () bash_profile in which I have to set a path for applying commands like coderunner4 and code I think there might be a problem regarding.

code -wait: code: command not foundĮrror: There was a problem with the editor 'code -wait'. Hint: Waiting for your editor to close the file. I also tried to make default editor as Visual Studio Code by doing this : git config -global core.editor "code -wait"īut same error message shown again when I tried to git commit upon which it should open default git editor for adding commit message : Aayushs-MBP: projectd/ $ git commit
CODERUNNER CW HOW TO
I don't know how to find command which is set by developer to open this app. It says that there is no command like coderunner4.

Please supply the message using either -m or -F option. coderunner4 -wait: coderunner4: command not foundĮrror: There was a problem with the editor 'coderunner4 -wait'. I tried on my own by doing git config -global core.editor "coderunner4 -wait"īut nothing opens when I tried doing git commit, instead this error message shown : Aayushs-MBP: projectd/ $ git commit I want to set it as default code editor in git, so that when I want to do some changes in files or adding a commit message, terminal will open this default code editor for me. I am using a code editor named as CodeRunner 4 from Mac App store.
