From d5cf8e8c43683e1b06a71222208001dc1c17883e Mon Sep 17 00:00:00 2001 From: Damjan Cvetko Date: Mon, 3 Nov 2025 10:25:23 +0100 Subject: [PATCH] Add missing debug menu contributions --- api/references/contribution-points.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/references/contribution-points.md b/api/references/contribution-points.md index b8c37834fe..7a9f21c46c 100644 --- a/api/references/contribution-points.md +++ b/api/references/contribution-points.md @@ -809,6 +809,9 @@ Currently extension writers can contribute to: - `debug/callstack/context` group `inline` - Debug Call Stack view inline actions - `debug/toolBar` - Debug view toolbar - `debug/variables/context` - Debug Variables view context menu +- `debug/watch/context` - Debug watch view context menu +- `debug/hover/context` - Debug hover view context menu +- `debug/createConfiguration` - Debug create configuration menu - `editor/context` - editor context menu - `editor/lineNumber/context` - editor line number context menu - `editor/title` - editor title menu bar