Add xcode as editor (#518)
This commit is contained in:
@@ -290,6 +290,7 @@ pub enum EditorType {
|
||||
Windsurf,
|
||||
IntelliJ,
|
||||
Zed,
|
||||
Xcode,
|
||||
Custom,
|
||||
}
|
||||
|
||||
@@ -323,6 +324,7 @@ impl EditorConfig {
|
||||
EditorType::Windsurf => vec!["windsurf".to_string()],
|
||||
EditorType::IntelliJ => vec!["idea".to_string()],
|
||||
EditorType::Zed => vec!["zed".to_string()],
|
||||
EditorType::Xcode => vec!["xed".to_string()],
|
||||
EditorType::Custom => {
|
||||
if let Some(custom) = &self.custom_command {
|
||||
custom.split_whitespace().map(|s| s.to_string()).collect()
|
||||
|
||||
Reference in New Issue
Block a user