VSCode Extension DEV
We’ll teach you the fundamental concepts for building extensions.- Your First Extension / digitalocean / youtube
see also Typescript
Install
Prerequesite
- Node.js and Git
Issue
Everything goes well, but extension does not show.
Resolved: It turned out that yo code was generating an extension with minimum version number too high for my vscode to run. Unfortunately it didn’t throw an error telling me this was the case.
VS Code API / Extension samples
- Extending Workbench
- webview
- Text decorators / SO - To display an image using decorators, try contentIconPath on ThemableDecorationAttachmentRenderOptions - see also WallabyJS
- Code inset feature - How to use it ?
- createWebviewTextEditorInset / present in insider version
- would be nice to develop something like Memeful Comments
- Custom Editor API
- Notebook API
- FS API
VSCode layout
Written on November 29, 2020, Last update on December 13, 2020
vscode