PolyMeilex / vscode-wgsl

VsCode Syntax highlight for WGSL files
MIT License
79 stars 8 forks source link

Can't install in VS Codium #3

Closed john01dav closed 3 years ago

john01dav commented 3 years ago

I tried to install this extension in VS Codium (FOSS fork of vs code without the telemetry), but it is not showing up: screenshot of "No extensions found." showing up in vscode when searching for this extension

Most other extensions show up just fine, but not all as some insist on a proprietary VS Code build. It would appear that this plugin is in that category (although it might be something else; I don't know enough about VS Code to know for sure), although that seems unusual for this sort of plugin, so perhaps it is an error?

PolyMeilex commented 3 years ago

as some insist on a proprietary VS Code build.

I don't insist on proprietary in any way.

As far as I know, I would have to publish the extension twice, once in VS Code registry and once in https://open-vsx.org/ registry, that's quite annoying to be honest, but maybe I'll find a way to automate this (publish-vscode-extension looks promising)

PolyMeilex commented 3 years ago

Here you go: https://open-vsx.org/extension/PolyMeilex/wgsl Let me know if it shows up correctly in VS Codium

PolyMeilex commented 3 years ago

I assume that it does work, so I'm closing this