Error when run in "backend"
Closed this issue ยท 1 comments
harrytran998 commented
Thank you for your extension ๐!
When I run in "terminal" it's works correctly, but when run in "backend" --> error Couldn't find a package.json file in "/"
.
I think this plugin runs on global npm? So how we can run it on the current project?
pucelle commented
There should be an issue in my codes, I've just publish a new version, try it.
Otherwise, you may specify your command to be like ${workspaceFolder}/you_coommand_path_relative_to_workspace_folder
to make it work.