Skip to content
Discussion options

You must be logged in to vote

It looks like I somehow made it.

Compared to the workflow example, I mainly made changes to the package.json file in the /extension/ directory. The interesting part looks now like this:

  "dependencies": {
    "@vscode/codicons": "^0.0.25",
    "reflect-metadata": "^0.1.13",
    "sprotty-vscode-protocol": "0.3.0",
    "@eclipse-glsp/vscode-integration": "1.1.0-RC04"
  },
  "main": "./lib/index",
  "devDependencies": {
    "@types/vscode": "^1.54.0",
    "path": "^0.12.7",
    "ts-loader": "^6.2.1",
    "ts-node": "^10.8.2",
    "@typescript-eslint/eslint-plugin": "^5.20.0",
    "@typescript-eslint/parser": "^5.20.0"
  },
  "resolutions": {
    "**/sprotty": "0.13.0-next.f4445dd.342"
  },
  

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tortmayr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant