Visual Studio Code Extension Creator Create and package your own Visual Studio Code extensions that can be published to the Visual Studio Marketplace for others to install and use
📦 Requirements
🎬 Getting StartedInstall this extension: https://marketplace.visualstudio.com/items?itemName=spencerjames.extension-creator Create Extension Project
Package Extension
See more information about publishing below. 📂 Project Structure
🧑🏼💻 Debugging, Testing and Watching🐛 DebuggingThere is a 🧪 TestingThere is a sample There is three ways to run the tests:
*: The first two ways to run tests will download a copy of Visual Studio Code (saved to This uses 👀 WatchingThere is a task in the 🛠️ Included Command-Line ToolsA couple of tools are included in this repository to help with development, testing and publishing.
Use the npmx.sh
vscx.sh
📝 Before PublishingBrand your extension.
🚀 PublishingThere are two ways to package your extension for the Visual Studio Marketplace. Using VS Code CommandUse the Using Command-Line ToolYou can use
Example commands
A command you'll probably end up using a lot is
Note: If you install a Publishing
|