View ROOT Files directly in VS Code!

Thanks. It’s OK.
I found “vscode:prepublish”: “yarn run compile” in package.json

I’m newbie with VScode extensions and on the learning curve.

  • where dependency on the node_modules located?
    … oops. I found it’s in package.json
    “dependencies”: {
    “jsroot”: “^6.0.1”
    }
    Does it mean node_modules (jsroot) should be registered in globally-installed JavaScript tools?
    Does it mean that “yarn cache-folder” contains all globally-installed JavaScript tools?
    It could be huge! in the future :slight_smile:
    If it’s so, useful to set “yarn cache-folder” on non-system disk,
    like this yarn config set cache-folder d:\yarn
  • can you add “build from scratch” instructions?