You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 than vscode-wasm could work) so we minimize confusion between repos.
Note: this issue came after some discussion in HN. I think is fair to assume good intent, and give the opportunity for maintainers to work on a fix: https://news.ycombinator.com/item?id=35768888
The text was updated successfully, but these errors were encountered:
syrusakbary
changed the title
Rename the repo?
vscode-wasm is already a name of a popular VSCode Wasm extension. Rename this repo?
May 1, 2023
@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.
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.The text was updated successfully, but these errors were encountered: