mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-23 12:46:00 +00:00
added restore-terminals config
This commit is contained in:
20
.vscode/restore-terminals.json
vendored
Normal file
20
.vscode/restore-terminals.json
vendored
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"terminals": [
|
||||||
|
{
|
||||||
|
"splitTerminals": [
|
||||||
|
{
|
||||||
|
"name": "lib",
|
||||||
|
"commands": ["yarn lib"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "web",
|
||||||
|
"commands": ["yarn start:web"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "api",
|
||||||
|
"commands": ["yarn start:api"]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user