-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathworkspaces.example.json
More file actions
79 lines (39 loc) · 1005 Bytes
/
Copy pathworkspaces.example.json
File metadata and controls
79 lines (39 loc) · 1005 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[
{
"Id": "a1b2c3d4e5f6478990a1b2c3d4e5f678",
"Name": "Trackdub — Agents",
"Abbreviation": "td-agents",
"Directory": "C:\\Projects\\Trackdub",
"IsPinned": true,
"PinOrder": 1,
"Entries": [
{
"Id": "b2c3d4e5f6478990a1b2c3d4e5f67890",
"Label": "Claude Code",
"Terminal": "default",
"Command": "claude",
"RunAsAdmin": false,
"IsEnabled": true,
"Order": 0
},
{
"Id": "c3d4e5f6478990a1b2c3d4e5f6789012",
"Label": "Codex",
"Terminal": "default",
"Command": "codex",
"RunAsAdmin": false,
"IsEnabled": true,
"Order": 1
},
{
"Id": "d4e5f6478990a1b2c3d4e5f678901234",
"Label": "OpenCode",
"Terminal": "default",
"Command": "opencode",
"RunAsAdmin": false,
"IsEnabled": true,
"Order": 2
}
]
}
]