diff --git a/vscode/src/client/analyzerClient.ts b/vscode/src/client/analyzerClient.ts index 0fa28302..3fe24518 100644 --- a/vscode/src/client/analyzerClient.ts +++ b/vscode/src/client/analyzerClient.ts @@ -479,7 +479,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; }