Revert "feat(ui): add source indicators to slash commands" (#19695)

This commit is contained in:
Emily Hedlund
2026-02-20 15:08:49 -05:00
committed by GitHub
parent aed348a99c
commit 49b2e76ee1
5 changed files with 116 additions and 293 deletions

View File

@@ -191,12 +191,6 @@ export interface SlashCommand {
kind: CommandKind;
/**
* Optional namespace for the command (e.g., 'user', 'workspace', 'extensionName').
* If provided, the command will be registered as 'namespace:name'.
*/
namespace?: string;
/**
* Controls whether the command auto-executes when selected with Enter.
*