Skip to content

Commit 6353c26

Browse files
chore(vscode): remove unused kurtosis-stop task from tasks.json
1 parent 2720d65 commit 6353c26

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.vscode/tasks.json

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,6 @@
11
{
22
"version": "2.0.0",
33
"tasks": [
4-
{
5-
"label": "kurtosis-stop",
6-
"type": "shell",
7-
"command": "kurtosis enclave stop assertoor || true",
8-
"group": "build",
9-
"presentation": {
10-
"echo": true,
11-
"reveal": "always",
12-
"focus": false,
13-
"panel": "shared",
14-
"showReuseMessage": true,
15-
"clear": false
16-
},
17-
"problemMatcher": []
18-
},
194
{
205
"label": "kurtosis-remove",
216
"type": "shell",

0 commit comments

Comments
 (0)