fix(core): always start worktrees as detached (#26931)
This commit is contained in:
parent
42a0453945
commit
9067218b74
7 changed files with 101 additions and 47 deletions
|
|
@ -8540,7 +8540,7 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"required": ["type", "branch"],
|
||||
"required": ["type"],
|
||||
"additionalProperties": false
|
||||
}
|
||||
}
|
||||
|
|
@ -12803,7 +12803,7 @@
|
|||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": ["name", "branch", "directory"],
|
||||
"required": ["name", "directory"],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"WorktreeRemoveInput": {
|
||||
|
|
@ -14027,7 +14027,7 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"required": ["id", "type", "name", "branch", "directory", "extra", "projectID", "timeUsed"],
|
||||
"required": ["id", "type", "name", "projectID", "timeUsed"],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"WorkspaceWarpError": {
|
||||
|
|
@ -16580,7 +16580,7 @@
|
|||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": ["name", "branch"],
|
||||
"required": ["name"],
|
||||
"additionalProperties": false
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue