microsoft / vscode-wasm

A WASI implementation that uses VS Code's extension host as the implementing API
MIT License
386 stars 29 forks source link

Update NPM package @vscode/wasm-wasi-lsp #199

Closed antaalt closed 1 month ago

antaalt commented 1 month ago

Hello, following the release of 1.0 of @vscode/wasm-wasi package, @vscode/wasm-wasi-lsp was not updated (the code on Github seems up to date and ready for 1.0). It is unusable for now as vscode will get the latest version of ms-vscode.wasm-wasi-core which rely on 1.0, but wasm-wasi-lsp is still targeting the pre-release version.

The package should be updated to support latest features.

dbaeumer commented 1 month ago

Thanks for pointing this out. A new version 0.1.0-pre.8 is on its way.