chpxu
chpxu
I think it needs to be `openInEditor('C:/Users/path/to/vscode')`because your vue.config.js is saying from the root of your drive, go to the folder called `c` which I doubt is what you want,...
@testgit-1 I think it's also due to `app.use('/__open-in-editor')` because that part is saying, from the root of your C: Drive, find the folder called `__open-in-editor`. Now I don't know your...
@brianguber If that was the case, you could add `%20` to the PATH since sometimes that stands for the space in Microsoft VS Code