An open API service indexing awesome lists of open source software.

https://github.com/igorskyflyer/vscode-pack-vsix

📦 A Visual Studio Code extension build and packs extensions for Visual Studio Code right from the editor itself! 🔨
https://github.com/igorskyflyer/vscode-pack-vsix

back-end developer developer-tools extension igorskyflyer javascript node pack toolchain tools typescript vscode vsix

Last synced: about 1 year ago
JSON representation

📦 A Visual Studio Code extension build and packs extensions for Visual Studio Code right from the editor itself! 🔨

Awesome Lists containing this project

README

          

# VSCode Pack VSIX extension


Installs
Rating


A Visual Studio Code extension build and packs extensions for Visual Studio Code right from the editor itself!

Currently, only Windows is supported.


### Like it? Buy me a beer.

[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/igorskyflyer)


#### Before proceeding visit the following links, if this is the first time you're creating/publishing a VSCode extension, as you need a configured vsce tool.

- **[create VSCode extension](https://code.visualstudio.com/docs/extensions/example-hello-world)**,
- **[publish VSCode extension](https://code.visualstudio.com/docs/extensions/publish-extension)**

## Usage

- open the folder created by the generator,
- open the "src/extension.ts" file (**IMPORTANT !**)
- open the command palette and choose "Build extension",
- or
- choose the pack icon from the statusbar,
- or
- simply press CTRL + Alt + P,
- wait for the build to finish.