nushell / vscode-nushell-lang

A Nushell grammar for Visual Studio Code with IDE support
https://www.nushell.sh/
MIT License
122 stars 27 forks source link

Add testing #179

Open AucaCoyan opened 8 months ago

AucaCoyan commented 8 months ago

WIP

AucaCoyan commented 8 months ago

Mmm there is still work to do. It compiles the tests into client/out instead of out/ dir, it doesn't minifies the js. I used tsc instead of esbuild to follow the lsp sample