Revert "feat: Add /config refresh command" (#5060)

This commit is contained in:
N. Taylor Mullen
2025-07-28 11:13:46 -07:00
committed by GitHub
parent a5ea113a8e
commit 9aef0a8e6c
6 changed files with 40 additions and 168 deletions

View File

@@ -29,7 +29,6 @@ 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
@@ -55,7 +54,6 @@ export class BuiltinCommandLoader implements ICommandLoader {
compressCommand,
copyCommand,
corgiCommand,
configCommand,
docsCommand,
editorCommand,
extensionsCommand,