Skip to content

Commit

Permalink
Merge pull request #3212 from continuedev/pe/debugger-docs-update
Browse files Browse the repository at this point in the history
docs: specify that `@debugger` is only available in VS Code
  • Loading branch information
Patrick-Erichsen authored Dec 7, 2024
2 parents 7c6fc90 + 1657120 commit d814ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/customize/context-providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ Available connection types:

### `@Debugger`

Reference the contents of the local variables in the debugger.
Reference the contents of the local variables in the debugger. Currently only available in VS Code.

```json title="config.json"
{
Expand Down

0 comments on commit d814ba0

Please sign in to comment.