Files
vscode-extension-samples/authenticationprovider-sample
Matt Bierner 2ee6b0b7b9 Update all of our samples to target VSCode 1.100 or newer
This makes sure that if folks get a relatively recent `vscode.d.ts`. It also lets us safely bump up the target to es2024 so you can use all the latest lib additions
2025-08-07 07:57:14 -07:00
..
2024-11-26 22:59:45 -08:00
2021-09-23 21:35:08 -07:00

Azure DevOps Auth Provider - Authentication Provider API Sample

Demonstrates VS Code's authentication provider API by registering and using an Azure DevOps Personal Access Token authentication provider.

VS Code API

vscode module

Running the example

  • Open this example in VS Code 1.60+
  • npm install
  • cmd/ctrl+shift+b or npm run watch or npm run compile
  • F5 to start debugging

Run the Login with Azure DevOps command to log in.