Steve Kinney

Visual Studio Code

Scaffolding an Extension

Laying down the boilerplate for an extension is relatively straight-forward using out good friend, Yeoman.

npm install -g yo generator-code
yo code

Running the Yeoman generator for a Visual Studio Code extension

Last modified on .