Skip to content

Commit 2d660b9

Browse files
ryanbas21claude
andcommitted
docs(vscode): add Marketplace install instructions and badge
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 504f36a commit 2d660b9

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

packages/vscode-extension/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
11
# OIDC DevTools — VS Code Extension
22

3+
[![VS Code Marketplace](https://img.shields.io/visual-studio-marketplace/v/RyanBasmajian.oidc-devtools)](https://marketplace.visualstudio.com/items?itemName=RyanBasmajian.oidc-devtools)
4+
35
VS Code extension for live OIDC/OAuth2 debugging. Connects to Chrome/Chromium via the Chrome DevTools Protocol (CDP) to capture and analyze authentication flows without leaving your editor.
46

7+
## Install
8+
9+
**From the Marketplace:** [OIDC DevTools](https://marketplace.visualstudio.com/items?itemName=RyanBasmajian.oidc-devtools)
10+
11+
**From the command line:**
12+
13+
```bash
14+
code --install-extension RyanBasmajian.oidc-devtools
15+
```
16+
17+
**From VS Code:** Open Extensions (`Ctrl+Shift+X`), search for "OIDC DevTools", and click Install.
18+
519
## Features
620

721
- **Live network capture** — captures auth-related traffic via CDP (`Network` domain)

0 commit comments

Comments
 (0)