Skip to content

Commit c4c1d34

Browse files
authored
set enablement context for command (#1135)
1 parent e15af59 commit c4c1d34

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1803,7 +1803,8 @@
18031803
{
18041804
"command": "github.copilot.chat.replay",
18051805
"title": "Start Chat Replay",
1806-
"icon": "$(debug-line-by-line)"
1806+
"icon": "$(debug-line-by-line)",
1807+
"enablement": "resourceLangId == chatReplay && !inDebugMode"
18071808
},
18081809
{
18091810
"command": "github.copilot.chat.replay.enableWorkspaceEditTracing",
@@ -4195,4 +4196,4 @@
41954196
"string_decoder": "npm:[email protected]",
41964197
"node-gyp": "npm:[email protected]"
41974198
}
4198-
}
4199+
}

0 commit comments

Comments
 (0)