diff --git a/Composer/packages/lib/indexers/src/botIndexer.ts b/Composer/packages/lib/indexers/src/botIndexer.ts index caade14fa9..86c30f8a05 100644 --- a/Composer/packages/lib/indexers/src/botIndexer.ts +++ b/Composer/packages/lib/indexers/src/botIndexer.ts @@ -183,7 +183,7 @@ const checkSkillSetting = (assets: { dialogs: DialogInfo[]; botProjectFile: BotP const skillName = getSkillNameFromSetting(skillId) || skillId; diagnostics.push( new Diagnostic( - `The skill '${skillName}' does not exist in bot project file`, + `'${skillName}' does not exist in this project and is currently referenced in '${dialog.displayName}'.`, dialog.id, DiagnosticSeverity.Error )