Error using VS Code and Windows 10 / "Windows cannot find --goto"
Closed this issue · 0 comments
SphinxKnight commented
Steps to reproduce:
- Set up the
EDITOR
environment variable tocode
on a Windows 10 machine with VS Code installed - Run
npm install open-editor
in a directory - Load a node console
- Import the package
- Use the function to open a file in the editor
Actual result:
A Windows error popup appears stating (pardon my French installation) "Windows cannot find '--goto'."
Expected result:
VS Code should spawn with the file opened
Additional information:
- This is related to mdn/yari#2142 which I reproduced after following the instructions on
mdn/content
to contribute to the new MDN platform and after having set up a development environment withmdn/yari
- I also use Git Bash and reproduce as well in that context