[BEEEP] [PM-38497] Dev-ex: Add note for Add attach VSCode debugger to desktop, web configs#813
Conversation
🤖 Bitwarden Claude Code ReviewOverall Assessment: APPROVE This PR adds a new Code Review Details
|
| Select **`Desktop: Attach Debugger (main + renderer)`** from the Run and Debug dropdown. This | ||
| attaches VSCode's debugger to a running desktop client. You can then set breakpoints directly in the |
There was a problem hiding this comment.
🎨 SUGGESTED: Use "VS Code" (with space) for consistency with the rest of the file and codebase.
Details and fix
This line uses "VSCode" without a space, but every other occurrence in this file (lines 9, 11, 52) and across the docs (e.g. tools/index.md, commit-signing.mdx, desktop/index.mdx, web-vault/index.mdx) uses "VS Code". The custom dictionary in custom-words.txt also does not include "VSCode", so this may trigger a npm run spellcheck failure.
| Select **`Desktop: Attach Debugger (main + renderer)`** from the Run and Debug dropdown. This | |
| attaches VSCode's debugger to a running desktop client. You can then set breakpoints directly in the | |
| Select **`Desktop: Attach Debugger (main + renderer)`** from the Run and Debug dropdown. This | |
| attaches VS Code's debugger to a running desktop client. You can then set breakpoints directly in the |
🎟️ Tracking
bitwarden/clients#21016
https://bitwarden.atlassian.net/browse/PM-38497
📔 Objective
Adds notes on how to attach debuggers to desktop / web clients from vscode.
📸 Screenshots