diff --git a/vscode/src/client/analyzerClient.ts b/vscode/src/client/analyzerClient.ts index a23b819..d3dd32b 100644 --- a/vscode/src/client/analyzerClient.ts +++ b/vscode/src/client/analyzerClient.ts @@ -509,7 +509,7 @@ export class AnalyzerClient { return; } if (ruleSets.length === 0) { - vscode.window.showInformationMessage("Analysis completed, but no RuleSets were found."); + vscode.window.showInformationMessage("Analysis completed. No incidents were found."); this.fireAnalysisStateChange(false); return; }