Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Awesome VSCode Extension BoilerplateNew to Visual Studio Code? Get it now.
Awesome VSCode Extension Boilerplate

Awesome VSCode Extension Boilerplate

Preview

YuTengjing

|
234 installs
| (1) | Free
An awesome vscode extension boilerplate
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode extension boilerplate

Version Installs Downloads Rating Star Last Updated

CI PRs Welcome Github Open Issues LICENSE

Features

  • github actions support publish extension to both vs marketplace and open vsx
  • auto generate changelog and publish github release, make sure you enabled the write permission of github actions
  • pnpm/eslint/prettier/ling-staged/simple-git-hooks/stale-dep
  • use esbuild to bundle extension

Setup

After fork this repository and clone it to local, run:

cd <your-extension-directory>
npx setup-boilerplate

You can also just skip this step and adjust the boilerplate by yourself.

Development

Install dependencies by:

pnpm install

Then run and debug extension like in official documentation

Publish

You need set two github actions secrets:

  • VS_MARKETPLACE_TOKEN: Visual Studio Marketplace token
  • OPEN_VSX_TOKEN: Open VSX Registry token
pnpm release

My extensions

  • Open in External App
  • VSCode archive
  • Neo File Utils
  • VSCode FE Helper
  • Modify File Warning
  • Power Edit
  • Adobe Extension Development Tools
  • Scripting Listener

Check all here: publishers/YuTengjing

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft