Add xcode as editor (#518)

This commit is contained in:
Solomon
2025-08-19 11:42:52 +01:00
committed by GitHub
parent e5aa72e907
commit 01662fbd52
3 changed files with 6 additions and 2 deletions

View File

@@ -61,10 +61,12 @@ function getEditorDisplayName(editorType: string): string {
return 'Cursor';
case 'WINDSURF':
return 'Windsurf';
case 'INTELLIJ':
case 'INTELLI_J':
return 'IntelliJ IDEA';
case 'ZED':
return 'Zed';
case 'XCODE':
return 'Xcode';
case 'CUSTOM':
return 'Editor';
default: