(Feat): Initial Commit
This commit is contained in:
56
.vscode/sessions.json
vendored
Normal file
56
.vscode/sessions.json
vendored
Normal file
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"$schema": "https://cdn.statically.io/gh/nguyenngoclongdev/cdn/main/schema/v11/terminal-keeper.json",
|
||||
"theme": "tribe",
|
||||
"active": "default",
|
||||
"activateOnStartup": true,
|
||||
"keepExistingTerminals": false,
|
||||
"sessions": {
|
||||
"default": [
|
||||
{
|
||||
"name": "hello",
|
||||
"autoExecuteCommands": true,
|
||||
"icon": "person",
|
||||
"color": "terminal.ansiGreen",
|
||||
"commands": [
|
||||
"echo hello"
|
||||
]
|
||||
},
|
||||
[
|
||||
{
|
||||
"name": "docker:ros",
|
||||
"commands": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "docker:k8s",
|
||||
"commands": [
|
||||
""
|
||||
]
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"name": "docker:nats",
|
||||
"commands": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "docker:fleet",
|
||||
"commands": [
|
||||
""
|
||||
]
|
||||
}
|
||||
]
|
||||
],
|
||||
"saved-session": [
|
||||
{
|
||||
"name": "connect",
|
||||
"commands": [
|
||||
""
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
6
.vscode/settings.json
vendored
Normal file
6
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"cSpell.words": [
|
||||
"BSPWM"
|
||||
],
|
||||
"go.testExplorer.enable": false
|
||||
}
|
||||
Reference in New Issue
Block a user