VSCode Extension DEV

We’ll teach you the fundamental concepts for building extensions.- Your First Extension / digitalocean / youtube

see also Typescript

Install

Prerequesite

$ sudo npm install -g yo generator-code

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

VSCode layout

caption

caption

Written on November 29, 2020, Last update on December 13, 2020
vscode