feat: add support for Trae editor (#1037)

This commit is contained in:
yyyanghj
2025-11-17 10:58:33 +08:00
committed by GitHub
parent f0e21374c1
commit 0eeffc6875
5 changed files with 29 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ import { terminalSetup } from '../utils/terminalSetup.js';
export const terminalSetupCommand: SlashCommand = {
name: 'terminal-setup',
description:
'Configure terminal keybindings for multiline input (VS Code, Cursor, Windsurf)',
'Configure terminal keybindings for multiline input (VS Code, Cursor, Windsurf, Trae)',
kind: CommandKind.BUILT_IN,
action: async (): Promise<MessageActionReturn> => {