filiptronicek commented on issue #3914:
URL: https://github.com/apache/netbeans/issues/3914#issuecomment-1085783791


   @MartinBalin I think compatibility shouldn't be a problem, since we are just 
reusing the already existing `.vsix` packages to just upload them to a 
secondary location. `ovsx` uses `vsce` under the hood as well and the feature 
set should be close to the same. The code attached in the guide is a whole 
GitHub Action workflow, but if the package is already prepared, only one 
command needs to be executed:
   ```
   npx ovsx publish path_to_vsix -p TOKEN
   ```
   
   If you mean that the whole extension is not a small piece of code, I agree, 
but I'm down to doing some tests in Theia as well, if necessary. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to