rdesign/frontend/node_modules/vscode-languageserver
Jeff Emmett 80f1e96e6b Fix frontend build: type errors, SDK handling, docker context
- Use jq to cleanly remove encryptid SDK from package.json in Docker
- Fix TypeScript strict mode errors in dashboard and assistant
- Add .dockerignore to exclude node_modules from build context
- Use project root as Docker build context for frontend
- Fix Traefik routing: separate frontend/api/studio paths

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 02:21:52 +00:00
..
bin Fix frontend build: type errors, SDK handling, docker context 2026-03-24 02:21:52 +00:00
lib Fix frontend build: type errors, SDK handling, docker context 2026-03-24 02:21:52 +00:00
typings Fix frontend build: type errors, SDK handling, docker context 2026-03-24 02:21:52 +00:00
License.txt Fix frontend build: type errors, SDK handling, docker context 2026-03-24 02:21:52 +00:00
README.md Fix frontend build: type errors, SDK handling, docker context 2026-03-24 02:21:52 +00:00
browser.d.ts Fix frontend build: type errors, SDK handling, docker context 2026-03-24 02:21:52 +00:00
browser.js Fix frontend build: type errors, SDK handling, docker context 2026-03-24 02:21:52 +00:00
node.cmd Fix frontend build: type errors, SDK handling, docker context 2026-03-24 02:21:52 +00:00
node.d.ts Fix frontend build: type errors, SDK handling, docker context 2026-03-24 02:21:52 +00:00
node.js Fix frontend build: type errors, SDK handling, docker context 2026-03-24 02:21:52 +00:00
package.json Fix frontend build: type errors, SDK handling, docker context 2026-03-24 02:21:52 +00:00
thirdpartynotices.txt Fix frontend build: type errors, SDK handling, docker context 2026-03-24 02:21:52 +00:00

README.md

VSCode Language Server

NPM Version NPM Downloads Build Status

Npm module to implement a VSCode language server using Node.js as a runtime.

Click here for a detailed document on how to use this npm module to implement language servers for VSCode.

History

For the history please see the main repository

License

MIT