Skip to content

xlsynth/dslx-vscode

 
 

Repository files navigation

DSLX Language Support for Visual Studio Code

XLS Logo

Overview

This is a wrapper around the dslx_ls language server binary to make it usable as a VSCode extension.

Structure

.
├── src // Language Client
│   └── extension.ts // Language Client entry point
└── package.json // The extension manifest.

Build

  • Run npm install
  • Run npm run compile to compile the client.
  • To generate the VSIX package run npm run package.

About

XLS DSLX Language Support for Visual Studio Code

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 77.7%
  • JavaScript 17.4%
  • Shell 4.9%