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! 🔨
- Host: GitHub
- URL: https://github.com/igorskyflyer/vscode-pack-vsix
- Owner: igorskyflyer
- License: mit
- Created: 2019-10-15T22:42:18.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-05-03T22:50:04.000Z (about 3 years ago)
- Last Synced: 2025-03-22T13:23:10.742Z (about 1 year ago)
- Topics: back-end, developer, developer-tools, extension, igorskyflyer, javascript, node, pack, toolchain, tools, typescript, vscode, vsix
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=igordvlpr.pack-vsix
- Size: 351 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
# VSCode Pack VSIX extension
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.
[](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.