Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Releases do not contain vsix extention #191

Closed
ibuziuk opened this issue Apr 23, 2019 · 8 comments
Closed

Releases do not contain vsix extention #191

ibuziuk opened this issue Apr 23, 2019 · 8 comments
Assignees
Milestone

Comments

@ibuziuk
Copy link

ibuziuk commented Apr 23, 2019

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 ?

@weinand
Copy link
Contributor

weinand commented May 31, 2019

@ibuziuk What do you mean by "The latest stable releases do not contain vsix files"?

@ibuziuk
Copy link
Author

ibuziuk commented May 31, 2019

@weinand releases for the node debug extension do not contain vsix files - https://github.com/microsoft/vscode-node-debug/releases/tag/v1.33.3
Most of the extensions e.g. python contain not only source code, but also vsix file e.g. - https://github.com/Microsoft/vscode-python/releases
Will it be possible to add vsix to the vscode-node-debug extension releases?

@weinand
Copy link
Contributor

weinand commented May 31, 2019

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 weinand closed this as completed May 31, 2019
@ibuziuk
Copy link
Author

ibuziuk commented May 31, 2019

@weinand ok, but the GH release process is inconsistent and do not have much value without vsix. Most of the popular vs code extensions do have the vsix for each release, which makes it really easy to test without a need to build anything manually. Just a handful of examples:

@weinand so you still think that the GH release process for vscode-node-debug should not be improved?

@weinand
Copy link
Contributor

weinand commented May 31, 2019

Who uses vscode-node-debug anyway? It is only used for node.js < 8.x.

@ibuziuk
Copy link
Author

ibuziuk commented May 31, 2019

Eclipse Che :-) for legacy support - https://github.com/eclipse/che-plugin-registry/tree/master/v3/plugins/ms-vscode

@weinand weinand added this to the June 2019 milestone May 31, 2019
@weinand weinand reopened this May 31, 2019
@nickboldt
Copy link

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

@connor4312
Copy link
Member

We now have a new debugger. We do not expect to publish m/any more releases of this one.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants