Open syrusakbary opened 1 year ago
@syrusakbary thanks for reaching out. The name vscode-wasm
is only for the GitHub repository. The extensions will be named very likely ms-vscode.wasm-wasi-core
and the npm package to use its API will very likely be called @vscode/wasm-wasi. So I think from a VS Code user perspective there will be no name clash.
Thanks for the quick response!
Yeah, I was aware the name is just for the repo.
If people search for vscode wasm
in Google now they would have two repos with exactly the same name that do two very different things, which I think could be confusing for newcomers to the ecosystem. Hence creating the issue
First of all... great work on the project.
It came for my realization that you are using the same name
vscode-wasm
as another extension that is widely popular and used in VSCode:vscode-wasm
, which has been around already for a few years.https://marketplace.visualstudio.com/items?itemName=dtsvet.vscode-wasm https://github.com/wasmerio/vscode-wasm
Having the same name might be confusing for users, so I want to suggest renaming this repo to something else (
vscode-wasm-extensions
could be a good name, but really anything other thanvscode-wasm
could work) so we minimize confusion between repos.