vscode-extension-dev - Develop and package TokenDisplay VS Code extension
Guide for developing, building, packaging, and installing the TokenDisplay VS Code extension.
Tags
Updated: 2026-09-16Capabilities
What this skill does
- Modify webview UI panels
- Add VS Code commands
- Update configuration manager logic
- Compile TypeScript source files
- Package extension into VSIX
- Install extension into VS Code
Inputs
- Extension source files
- PlatformIO configuration file
- Extension manifest package.json
Outputs
- Compiled JavaScript bundle file
- Packaged VSIX file
- Installed VS Code extension
Requirements
- VS Code CLI
- npm
- @vscode/vsce package tool
- PlatformIO
