Skip to content
Success

Changes

Summary

  1. GH-1294: Fix packaging for node-json-vscode template (#211) (details)
Commit 16e4d36488c49fff6fe65bc414d4e77583815ec4 by noreply
GH-1294: Fix packaging for node-json-vscode template (#211)

-Ensure that server bundle is copied to the extension dist on webpack build
- Fix server module path resolution in `tasklist-extension`
- Ensure that main entry of package.json points to dist entry file
-Fix eslint setup
- Update readme
- Update launch configuration to fix sourcemaps resolving

Fixes https://github.com/eclipse-glsp/glsp/issues/1294
The file was modified project-templates/node-json-vscode/tasklist-glsp-server/package.json (diff)
The file was modified project-templates/node-json-vscode/README.md (diff)
The file was modified project-templates/node-json-vscode/package.json (diff)
The file was modified project-templates/node-json-vscode/tasklist-vscode/extension/src/tasklist-extension.ts (diff)
The file was modified project-templates/node-json-vscode/tsconfig.eslint.json (diff)
The file was modified project-templates/node-json-vscode/.gitignore (diff)
The file was modified project-templates/node-json-vscode/tasklist-vscode/extension/package.json (diff)
The file was removedproject-templates/node-json-vscode/tasklist-vscode/extension/src/index.ts
The file was modified project-templates/node-json-vscode/yarn.lock (diff)
The file was modified project-templates/node-json-vscode/.vscode/launch.json (diff)
The file was modified project-templates/node-json-vscode/tasklist-vscode/extension/webpack.config.js (diff)