Eclipse GLSP shared development tooling monorepo. Contains reusable dev packages (ESLint config, Prettier config, TypeScript config, CLI tools) published to npm under @eclipse-glsp/*. This is not the GLSP runtime — it provides build/lint/format configurations consumed by other GLSP repositories (glsp-client, glsp-server-node, glsp-theia-integration, etc.).
- Package manager: pnpm — do not use yarn or npm
- Build: Run
pnpm installthenpnpm buildfrom the repository root to build the entire project - CLI: Run
pnpm glspto start the CLI - Refer to the scripts in the root
package.jsonfor available build, lint, and format commands