We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57ba12d commit 9278422Copy full SHA for 9278422
1 file changed
extensions/ql-vscode/package.json
@@ -1123,11 +1123,11 @@
1123
},
1124
{
1125
"command": "codeQLMockGitHubApiServer.saveScenario",
1126
- "when": "codeQLMockGitHubApiServer.recording"
+ "when": "config.codeQL.variantAnalysis.mockGitHubApiServer && codeQLMockGitHubApiServer.recording"
1127
1128
1129
"command": "codeQLMockGitHubApiServer.cancelRecording",
1130
1131
}
1132
],
1133
"editor/context": [
0 commit comments