File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11191119 },
11201120 {
11211121 "command" : " codeQL.mockGitHubApiServer.startRecording" ,
1122- "when" : " config.codeQL.variantAnalysis. mockGitHubApiServer && !codeQL.mockGitHubApiServer.recording"
1122+ "when" : " config.codeQL.mockGitHubApiServer.enabled && !codeQL.mockGitHubApiServer.recording"
11231123 },
11241124 {
11251125 "command" : " codeQL.mockGitHubApiServer.saveScenario" ,
1126- "when" : " config.codeQL.variantAnalysis. mockGitHubApiServer && codeQL.mockGitHubApiServer.recording"
1126+ "when" : " config.codeQL.mockGitHubApiServer.enabled && codeQL.mockGitHubApiServer.recording"
11271127 },
11281128 {
11291129 "command" : " codeQL.mockGitHubApiServer.cancelRecording" ,
1130- "when" : " config.codeQL.variantAnalysis. mockGitHubApiServer && codeQL.mockGitHubApiServer.recording"
1130+ "when" : " config.codeQL.mockGitHubApiServer.enabled && codeQL.mockGitHubApiServer.recording"
11311131 }
11321132 ],
11331133 "editor/context" : [
You can’t perform that action at this time.
0 commit comments