- Completions
- Diagnostics
.
├── src // Language Client
│ ├── test // End to End tests for Language Client / Server
│ └── extension.ts // Language Client entry point
└── package.json // The extension manifest.
- Run
npm install - Run
npm run compileto compile the client. - To generate the VSIX package run
npm run package.
[ ] Install LSP for platform. Right now dslx_ls must be available on the path for the extension to work.
