vscode icon indicating copy to clipboard operation
vscode copied to clipboard

Define path to package.json

Open daribock opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe. The project I am working on uses kotlin for the backend and therefore the ui is in a seperate folder and the package.json is therefore not in the root of the project. This is why I am getting errors when running the tests. image

Describe the solution you'd like My suggestion for this solution would be either one of these two options:

  1. Auto detect package.json
  2. Option to manually define the path to package.json

daribock avatar Sep 16 '22 08:09 daribock