feat: Add /config refresh command (#4993)

Co-authored-by: Bryan Morgan <bryanmorgan@google.com>
This commit is contained in:
Ramón Medrano Llamas
2025-07-28 17:46:43 +02:00
committed by GitHub
parent e275441651
commit 0170791800
6 changed files with 168 additions and 40 deletions

View File

@@ -29,6 +29,7 @@ import { statsCommand } from '../ui/commands/statsCommand.js';
import { themeCommand } from '../ui/commands/themeCommand.js';
import { toolsCommand } from '../ui/commands/toolsCommand.js';
import { vimCommand } from '../ui/commands/vimCommand.js';
import { configCommand } from '../ui/commands/configCommand.js';
/**
* Loads the core, hard-coded slash commands that are an integral part
@@ -54,6 +55,7 @@ export class BuiltinCommandLoader implements ICommandLoader {
compressCommand,
copyCommand,
corgiCommand,
configCommand,
docsCommand,
editorCommand,
extensionsCommand,