pucelle/vscode-run-on-save

Error when run in "backend"

Closed this issue ยท 1 comments

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?

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.