This is a wrapper around the dslx_ls language server binary to make it usable as a VSCode extension.
.
├── src // Language Client
│ └── 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.
