Skip to content

Commit 7d6e2de

Browse files
committed
Added .vscode folder w/ workspace & session file.
1 parent efc7fb7 commit 7d6e2de

File tree

2 files changed

+63
-0
lines changed

2 files changed

+63
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"folders": [
3+
{
4+
"path": ".."
5+
}
6+
]
7+
}

.vscode/sessions.json

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
{
2+
"$schema": "https://cdn.statically.io/gh/nguyenngoclongdev/cdn/main/schema/v10/terminal-keeper.json",
3+
"theme": "tribe",
4+
"active": "default",
5+
"activateOnStartup": true,
6+
"keepExistingTerminals": false,
7+
"sessions": {
8+
"default": [
9+
{
10+
"name": "hello",
11+
"autoExecuteCommands": true,
12+
"icon": "person",
13+
"color": "terminal.ansiGreen",
14+
"commands": [
15+
"echo hello"
16+
]
17+
},
18+
[
19+
{
20+
"name": "docker:ros",
21+
"commands": [
22+
""
23+
]
24+
},
25+
{
26+
"name": "docker:k8s",
27+
"commands": [
28+
""
29+
]
30+
}
31+
],
32+
[
33+
{
34+
"name": "docker:nats",
35+
"commands": [
36+
""
37+
]
38+
},
39+
{
40+
"name": "docker:fleet",
41+
"commands": [
42+
""
43+
]
44+
}
45+
]
46+
],
47+
"saved-session": [
48+
{
49+
"name": "connect",
50+
"commands": [
51+
""
52+
]
53+
}
54+
]
55+
}
56+
}

0 commit comments

Comments
 (0)