first draft
This commit is contained in:
27
.vscode/sessions.json
vendored
Normal file
27
.vscode/sessions.json
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"$schema": "https://cdn.statically.io/gh/nguyenngoclongdev/cdn/main/schema/v11/terminal-keeper.json",
|
||||
"theme": "tribe",
|
||||
"active": "default",
|
||||
"activateOnStartup": false,
|
||||
"keepExistingTerminals": true,
|
||||
"sessions": {
|
||||
"default": [
|
||||
[
|
||||
{
|
||||
"name": "plugin",
|
||||
"commands": [
|
||||
"clear && yarn plugin"
|
||||
],
|
||||
"autoExecuteCommands": true
|
||||
},
|
||||
{
|
||||
"name": "client",
|
||||
"commands": [
|
||||
"clear && yarn client"
|
||||
],
|
||||
"autoExecuteCommands": true
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user