diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 5889dd2..50b2c68 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -85,9 +85,13 @@ // https://github.com/microsoft/vscode/issues/90786#issuecomment-587415345 { "label": "Terminate All Tasks", - "command": "echo ${input:terminateAllTasks}", + "command": "echo '${input:terminateAllTasks}'", "type": "shell", - "problemMatcher": [] + "problemMatcher": [], + "presentation": { + "reveal": "never", + "close": true + }, } ], "inputs": [