vscode-extension
Installation
SKILL.md
Aspire VS Code Extension
This skill covers working on the Aspire VS Code extension, which lives entirely under
extension/. It is a TypeScript extension built with yarn (pinned via
packageManager in extension/package.json) and webpack, and it communicates with the Aspire
CLI over RPC.
Orientation
All commands below are run from the extension/ directory unless noted.