12 lines
237 B
JSON
12 lines
237 B
JSON
|
|
{
|
|
"key": "ctrl+alt+1",
|
|
"command": "workbench.action.tasks.runTask",
|
|
"args": "Docker Compose Start"
|
|
},
|
|
{
|
|
"key": "ctrl+alt+2",
|
|
"command": "workbench.action.tasks.runTask",
|
|
"args": "Docker Compose Stop"
|
|
}
|