Create an Visual Studio Extension and deploy it locally

Prerequisites node, npm and yo have to be installed Globally install npm package generator-code Then we need to install the npm package generator-code globally npm install -g generator-code Create VS Code Extension project With generator-code installed we can start creating…

Continue ReadingCreate an Visual Studio Extension and deploy it locally