Description
Are there any plans on releasing the extension as a .vsix file?
I noticed on the releases page of the repository that the source is released for a given tag but was wondering if it'd be possible to also include the .vsix as part of the release.
There is the odd .visx occasionally released: https://github.com/Dart-Code/Dart-Code/releases/download/v2.8.0-beta.1/dart-code-3.8.0-beta.1.vsix
The reason I ask is to be able to consume the extension in Theia (which supports VS Code extensions), and namely our Dart docker image.
The workaround at the moment is to fork the repository, perform the releases ourselves in .vsix format) and consume those.
Additional Info