From the course: Visual Studio Code: Building an Extension

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Publishing and unpublishing

Publishing and unpublishing - Visual Studio Code Tutorial

From the course: Visual Studio Code: Building an Extension

Start my 1-month free trial

Publishing and unpublishing

- [Instructor] The VSCE tool is the key to publishing your extensions, but there's a little bit of setup that we have to do in the Azure DevOps website. So the first thing we need to do is create a project. I'm going to call mine vscode. You can put in a description if you want. And I'll make it Public. So I'm going to hit this Create project button. Now once I do that, I'm going to need to get a personal access token. So I'm going to click right here, go to Personal Access Tokens, make sure that I add a new token. And I'm going to give this token a name. And you want to make sure that you choose All accessible organizations from this drop down. So I'm going to click right there. I'm going to try to set a custom expiration date and give this thing at least a year. So I'll choose December, and as far as I can go in the calendar. And what you want to do here is give the proper permissions. So I'm going to select show…

Contents