Eclipse GLSP VS Code Integration — TypeScript monorepo providing glue code to integrate GLSP (Graphical Language Server Platform) diagrams into VS Code. Uses Yarn workspaces + Lerna.
- Package manager: Yarn 1.x (classic) — do not use Yarn 2+/Berry or npm
- Install & build:
yarn build(installs deps + compiles TypeScript)
- After completing any code changes, always run the
/verifyskill before reporting completion - If verification fails, run the
/fixskill to auto-fix issues, then re-run/verify