├── src/ # Extension backend (Node.js) │ ├── extension.ts # Entry point │ ├── panels/ # Webview panel managers │ ├── commands/ # Command handlers │ ├── utils/ # Shared utilities │ └── types/ # ...
A template repository for creating VS Code extensions that integrate with Positron, the next-generation data science IDE from Posit. positron-extension-template/ ├── src/ │ ├── extension.ts # Main ...