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

command 'vscode-samples.wasm-component-model.run' not found #1120

Open
codeitlikemiley opened this issue Oct 29, 2024 · 2 comments
Open

command 'vscode-samples.wasm-component-model.run' not found #1120

codeitlikemiley opened this issue Oct 29, 2024 · 2 comments
Assignees
Labels
info-needed Issue requires more information from poster

Comments

@codeitlikemiley
Copy link

Extension sample

wasm-component-model

VS Code version

1.94.2 384ff7382de624fb94dbaf6da11977bba1ecd427 arm64

What went wrong?

To reproduce this issue just clone the repo

npm install on vscode-extension-samples/wasm-component-model

then

npm run build

then npm run serve

visit vscode.dev

install extension extension from location

type: https://localhost:5000

press CMD + SHIFT + P

type Samples: Run Calc Service

it should have output:

Running calculator example
Add 3
Sub 2
Mul 21
Div 5
Division by zero not allowed

but got error see below screenshot

Image

@dbaeumer
Copy link
Member

Did you run npm run esbuild as mentioned in the readme?

@dbaeumer dbaeumer added info-needed Issue requires more information from poster and removed triage-needed labels Oct 30, 2024
@codeitlikemiley
Copy link
Author

codeitlikemiley commented Oct 30, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

3 participants