

Give it a suitable name and expiration date and, this bit is important, in the organization dropdown you need to select All accessible organizations or it won’t work. Next step is to choose to create a new such token.We can create an access token by going to our VSTS page and click on the profile in the top right corner and select the menu option Security. Once we have created an account here we need to get an Access TokenĪn Access Token is needed when we publish our extension using vsce in the terminal. We need to create an account with Visual Studio Team Service link to VSTS. Remember how we at the beginning of scaffolding our extension project we were prompted for a publisher name? Well, now it’s time to actually create that publisher. It’s time to publish this extension and start seeing your name in neon lights at the Visual Studio marketplace :) Registering a publisher Ok, so we are now at the moment we’ve all been waiting for. We are getting closer to Visual Studio Marketplace and developer fame ) Publish our snippets If you see the above, it means your snippet works as intended at it’s time to give yourself a high five. We will settle for just showing a screen dump of some snippets, like so: We have already explained how to create snippets in the first article of this series, here is the link again as a reminder TODO link. Create our snippetsīelieve it or not but this is the easy part. Ok, so now we understand a bit more about what files are important and where we should go in and change things if we need to. Important here is to change `version` property and increment it as you update and republish your project as you improve it over time.


So what info do I put in here? Well, you should tell the user what commands the user will have at their disposal after installing this extension. You need to change the information in here to be able to publish the extension to Visual Studio marketplace.

README.md, this contains information about your project./snippets/snippets.json, this is where our snippets are created and where we will spend most of our time.Our project consists of the following, from the top:
