glebbash/LO

VS Code extension has a dependency that isn't mentioned in the README

tobyjsullivan opened this issue · 2 comments

VS Code is displaying an error when I attempt to use the LO extension (installed from .vsix).

Screenshot 2024-05-27 at 10 25 51 AM

The error references, A shell for VS Code Web, a different extension than the one currently mentioned in the README.

Clicking "Install and Reload" fails with another error.

image

Steps to reproduce

  1. Install the LO extension from the .vsix file.
  2. Create an empty directory and open it in VS Code.
  3. Run from the command palette: LO: Initialize project in the current workspace

Expected result
A LO project is initialized.

Actual result
VS Code displays an error (screenshot above).

Yeah, I tried to document this in extension README.

If the Web Shell or WASM ext. won't install automatically you need to search for them manually in the marketplace and install the pre-release version. But I think I saw some kind of "Install Pre-Release" popup when installing.

Hopefully it will get a release version soon, maybe this should get more +1s: microsoft/vscode-wasm#152

Will close this as it looks like vscode-wasm extensions might get a release version soon.