On a windows 8.1, prefer mac. Just downloaded visual studio code. Git Bash installed. If I type code, VS Code should open up a new file, but bash is telling me it doesn't know of that command. Restarting/reinstalling didn't help. When I downloaded, the option to add it to the PATH was selected. What do I need to do to add this command so I can open directories from the command prompt?
2 Answers
Launching via Git Bash is not currently supported, this is being tracked in issue #1704 on GitHub.
echo %PATH%insidecmd.exetoecho "$PATH"in bash, for instance, show you that the relevant addition is present inside one but not the other? If you search forcode.exe(code.bat, etc), where is it installed?