feat(tui): show project copy in session list (#31421)
This commit is contained in:
parent
6566ede935
commit
ffcb45d7c9
8 changed files with 59 additions and 37 deletions
|
|
@ -3743,7 +3743,10 @@ export type ConfigV2ExperimentalPolicy = {
|
|||
resource: string
|
||||
}
|
||||
|
||||
export type ProjectDirectories = Array<string>
|
||||
export type ProjectDirectories = Array<{
|
||||
directory: string
|
||||
type: "main" | "root" | "git_worktree"
|
||||
}>
|
||||
|
||||
export type ProjectCopyCopy = {
|
||||
directory: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue