-
Notifications
You must be signed in to change notification settings - Fork 97
Releases do not contain vsix extention #191
Comments
@ibuziuk What do you mean by "The latest stable releases do not contain vsix files"? |
@weinand releases for the node debug extension do not contain |
You can always download the vsix from the marketplace easily: https://marketplace.visualstudio.com/items?itemName=ms-vscode.node-debug (see the "download extension" link) or build it yourself by running "npm run package" in the vscode-node-debug". |
@weinand ok, but the GH release process is inconsistent and do not have much value without
@weinand so you still think that the GH release process for |
Who uses vscode-node-debug anyway? It is only used for node.js < 8.x. |
Eclipse Che :-) for legacy support - https://github.com/eclipse/che-plugin-registry/tree/master/v3/plugins/ms-vscode |
Additionally, Microsoft has said that we're not supposed to link directly to marketplace.visualstudio.com anymore for vscode extensions used outside VS Code itself. So to use these plugins in Che, we need them published to github releases (or some other place). See also eclipse-che/che#14573 |
We now have a new debugger. We do not expect to publish m/any more releases of this one. |
The latest stable releases e.g. https://github.com/Microsoft/vscode-node-debug/releases/tag/v1.33.3 do not contain vsix files
Will it be possible to add vsix files to the latest and upcoming releases similar to what is done for other extentions e.g. python https://github.com/Microsoft/vscode-python/releases ?
The text was updated successfully, but these errors were encountered: