Skip to content

Commit 4d30cfe

Browse files
authored
Update .vscode/tasks.json
1 parent 0f967b6 commit 4d30cfe

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.vscode/tasks.json

-12
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,6 @@
2828
"endsPattern": "Finished compilation with"
2929
}
3030
}
31-
},
32-
{
33-
"label": "go mod tidy",
34-
"type": "shell",
35-
"command": "echo hi",
36-
"group": "build",
37-
"presentation": {
38-
"reveal": "always",
39-
"panel": "new",
40-
"focus": true,
41-
"echo": true
42-
},
4331
},
4432
{
4533
"type": "npm",

0 commit comments

Comments
 (0)