Files
vscode-extension-samples/authenticationprovider-sample
dependabot[bot] b8ba66cc17 Bump minimist from 1.2.5 to 1.2.6 in /authenticationprovider-sample
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-13 22:24:34 +00:00
..
2021-09-25 14:41:17 +05:30
2021-09-23 21:35:08 -07:00
2022-02-28 13:45:21 -08: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.