mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-31 19:18:08 -05:00
* Chronicle: Support subcommands * Feedback update * Lazy-hydrate known prompt slash command names Defer the initial getPromptSlashCommands() call and onDidChangeSlashCommands subscription until the first hasPromptSlashCommand() call. The previous constructor-time hydration fired during test workspace setup, priming cachedSlashCommands with empty results before mockFiles() registered files, causing 13 PromptsService test failures.