Skip to content

How can I "publish" my extension? #1779

Answered by msujew
AignerGames asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @AignerGames,

for most VS Code related questions you can refer to their docs (on publishing extensions). It explains the process of packaging and publishing extensions in detail.

Before publishing, I would recommend to manually install the created .vsix file once into your VS Code instance to ensure that everything works as expected.

With the extension install, my VS Code should somehow be able to execute my custom cli command

How do you execute the CLI command? Is it bundled together with the extension code or does it run as a separate process (I.e. as a real CLI tool)?

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@AignerGames
Comment options

@msujew
Comment options

@AignerGames
Comment options

@AignerGames
Comment options

Answer selected by AignerGames
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants