Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mefengl/blazing-fast-vscode-extension-develop
https://github.com/mefengl/blazing-fast-vscode-extension-develop
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mefengl/blazing-fast-vscode-extension-develop
- Owner: mefengl
- License: mit
- Created: 2023-05-10T06:31:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-10T06:38:24.000Z (over 1 year ago)
- Last Synced: 2024-10-30T10:15:33.469Z (about 2 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# blazing-fast-vscode-extension-develop
it's not in detail, just a simple demo, if anyone want to know more, please create an issue.
## Prepare
use `ppm` to install:
```bash
packages=(
# vscode
"yo"
"generator-code"
"vsce"
)
```## Create
```bash
yo code
```> use `npm` to manage the dependencies when creating the project, since I found there are some problem with `pnpm` when run `vsce package` later.
look at the `vsc-extension-quickstart.md` under the project just created.
## Develop
tell ChatGPT what you want to do
## Package
Package for own use
```bash
vsce package
```## Publish
to be continue