Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install #124

Open
emil14 opened this issue Oct 19, 2023 · 2 comments
Open

Can't install #124

emil14 opened this issue Oct 19, 2023 · 2 comments

Comments

@emil14
Copy link

emil14 commented Oct 19, 2023

release version of 'ms-vscode.wasm-wasi-core' extension because it has no release version.

@floooh
Copy link

floooh commented Nov 22, 2023

+1, my WIP extension at https://marketplace.visualstudio.com/items?itemName=floooh.vscode-kcide also suffers from this.

I basically need to remove the extensionDependency field from my package.json and ask the user to install the pre-release version manually, otherwise my extension won't install at all. It would be nice if there would be a more user-friendly solution (maybe switch the extension to "preview" instead to make clear that it is still under construction?

Alternatively is there a way to define a pre-release version as extensionDependency in my package.json? I haven't found a way to do this so far.

@floooh
Copy link

floooh commented Dec 10, 2023

Btw, one workaround to the problem is to publish your own extension which depends on the ms-vscode.wasm-wasi-core as pre-release. Then installing this pre-release version of your own extension will also install the pre-release version of ms-vscode.wasm-wasi-core without errors. When using the insiders version of VSCode, the pre-release seems to be picked automatically, in the regular VSCode version it must be explicitely selected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants