I can't find an official publication of the https://github.com/bytecodealliance/vscode-wit extension on the VS Code marketplace.
Two extensions come up when you search for "ext:wit"
Is there an official release that I'm not finding or are does the BA not yet have an official verified release on the marketplace?
It'd be great to have an official & verified extension going into the Componentize the World event it's obvious what people should use if they want to edit .wit files.
you have to register it on the marketplace for it to be there. tons of dev oriented ones are .vsix installations only
wamr for example is also not on the marketplace iirc
the 1. you found is actually wasmer trying to corner the market on webassembly several years back
yeah, https://marketplace.visualstudio.com/items?itemName=dtsvet.vscode-wasm is really https://github.com/wasmerio/vscode-wasm.git
using this as an example, wasmer grabbed the publisher name and now that's what it is
so here, to expand on that example, the TSC takes the Bytecode Alliance Foundation name in the vscode marketplace, and then it can publish any number of extensions underneath that banner
https://github.com/bytecodealliance/vscode-wit is perfect for that route
and I'm wrong!!! wamr is in there: https://marketplace.visualstudio.com/items?itemName=wamr-ide.wamride
although I see how to use it or install it is a bit different than usual
Step 1: someone register Bytecode Alliance Foundation at the marketplace. :-)
OR register the repo name, however you think it best
we do have an issue for that in the repo: https://github.com/bytecodealliance/vscode-wit/issues/2
I was in a discussion with Bailey and Till about this last week, including the intention to publish the extension to the Visual Studio Marketplace prior to "Componentize the World" on September 8th so that is the plan. We've worked through most of the mechanisms required in publishing the extension (e.g,. setting up Bytecode Alliance Organization and Publisher entities within Marketplace).
Thanks to @Till Schneidereit we have the WIT IDL extension in the Visual Studio Marketplace
https://twitter.com/ralph_squillace/status/1698324767051227358?s=20
(more or less unrelated but I was astonished yesterday when I randomly opened a wit file in helix and it has syntax highlighting, I did not expect that out of the box)
Last updated: Nov 22 2024 at 16:03 UTC