Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>VSTS Extension ToolkitNew to Visual Studio Code? Get it now.
VSTS Extension Toolkit

VSTS Extension Toolkit

haryshm

|
3,636 installs
| (1) | Free
Run TFX commands to package and publish extensions from within VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VSTS extension toolkit provides commands for packaging and publishing VSTS extensions from within VS Code. As of this release users can package extensions, sign in to the Marketplace using a PAT token and publish extensions directly from within your VSTS extension workspace in VS Code.

Features

Package Extension

Run 'TFX: Package extension' command from the quick open bar (Ctrl (or Cmd on Mac) + Shift + P). The packaged VSIX will be located in the root folder of the extension. The ability to add a custom output folder is planned for a future release.

Sign in to TFX

Run 'TFX: Login' command to enter the Personal Authentication Token (PAT) to enter to authenticate you to publish extensions to the Marketplace. For information on getting For more information about obtaining a Personal Access Token, see Publish from the command line.

Publish Extension

Run 'TFX: Publish Extension' to publish an extension to the Marketplace. Note that you need to use the sign in command first and successfully authenticate before running this command.

Sign out of TFX

Run 'TFX: Logout' to sign out of an existing session

Requirements

TFX CLI needs to be installed in order for any of the above commands to run. To install tfx run 'npm install -g tfx-cli'

Release Notes

0.1.0

Initial release of extensions with the Package, Sign in, Sign out and Publish Commands

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft