mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 04:30:48 +00:00
resole conflict and remove hook extension definition
This commit is contained in:
commit
1ce5bfb629
176 changed files with 13011 additions and 3523 deletions
|
|
@ -41,6 +41,7 @@ import { themeCommand } from '../ui/commands/themeCommand.js';
|
|||
import { toolsCommand } from '../ui/commands/toolsCommand.js';
|
||||
import { vimCommand } from '../ui/commands/vimCommand.js';
|
||||
import { setupGithubCommand } from '../ui/commands/setupGithubCommand.js';
|
||||
import { insightCommand } from '../ui/commands/insightCommand.js';
|
||||
|
||||
/**
|
||||
* Loads the core, hard-coded slash commands that are an integral part
|
||||
|
|
@ -92,6 +93,7 @@ export class BuiltinCommandLoader implements ICommandLoader {
|
|||
vimCommand,
|
||||
setupGithubCommand,
|
||||
terminalSetupCommand,
|
||||
insightCommand,
|
||||
];
|
||||
|
||||
return allDefinitions.filter((cmd): cmd is SlashCommand => cmd !== null);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue