Your First Extension
In this topic, we'll teach you the fundamental concepts for building extensions. Make sure you have Node.js and Git installed, then install Yeoman and VS Code Extension Generator with: npm install -g yo generator-code The generator scaffolds a TypeScript or JavaScript project ready for development.