- package.json needed
- repository
- publisher
- more
- logo - path
Create Package
Publish Package
package.json vscode
available functions
Set icon for extension in vscode
Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question. Provide details and share your research! Asking for help, clarification, or responding to other answers. Making statements based on opinion; back them up with references or personal experience. To learn more, see our tips on writing great answers.
https://stackoverflow.com/questions/42877083/set-icon-for-extension-in-vscode
Common Capabilities
Common Capabilities are important building blocks for your extensions. Almost all extensions use some of these functionalities. Here is how you can take advantage of them. Command is central to how VS Code works. You open the Command Palette to execute commands, bind custom keybindings to commands, and right-click to invoke commands in Context Menus.
https://code.visualstudio.com/api/extension-capabilities/common-capabilities

token
Publishing Extensions
Once you have made a high-quality extension, you can publish it to the VS Code Extension Marketplace so others can find, download, and use your extension. Alternatively, you can package an extension into the installable VSIX format and share it with other users.
https://code.visualstudio.com/api/working-with-extensions/publishing-extension


Seonglae Cho