Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 725 Bytes

File metadata and controls

12 lines (8 loc) · 725 Bytes

AGENTS.md

Project Overview

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.).

Build & Development

  • Package manager: pnpm — do not use yarn or npm
  • Build: Run pnpm install then pnpm build from the repository root to build the entire project
  • CLI: Run pnpm glsp to start the CLI
  • Refer to the scripts in the root package.json for available build, lint, and format commands