In this topic, we'll teach you the fundamental concepts for building extensions. Make sure you have Node.js and Git installed. First, use Yeoman and VS Code Extension Generator to scaffold a TypeScript or JavaScript project ready for development. If you do not want to install Yeoman for later use, run the following command: npx --package yo --package generator-code -- yo code If you instead want t
