Skip to content

Commit db3176f

Browse files
authored
Fix onDidChangeCustomChatModes not firing for user data mode changes (microsoft#251012)
onDidChangeCustomChatModes not fired when user data modes change
1 parent d14f621 commit db3176f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ export class PromptFilesLocator extends Disposable {
7777
return;
7878
}
7979
}));
80+
this._register(this.fileService.watch(this.userDataService.currentProfile.promptsHome));
8081
return eventEmitter.event;
8182
}
8283

0 commit comments

Comments
 (0)