Skip to content

Commit 3fe19b7

Browse files
committed
chore: cleanup unused preLaunchTask from tasks.json
1 parent c77dc1f commit 3fe19b7

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.vscode/tasks.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,6 @@
2424
"/consoleloggerparameters:NoSummary;ForceNoAlign"
2525
],
2626
"problemMatcher": "$msCompile"
27-
},
28-
{
29-
"label": "watch",
30-
"command": "dotnet",
31-
"type": "process",
32-
"args": [
33-
"watch",
34-
"run",
35-
"--project",
36-
"${workspaceFolder}/Dotnet.Samples.AspNetCore.WebApi.sln"
37-
],
38-
"problemMatcher": "$msCompile"
3927
}
4028
]
4129
}

0 commit comments

Comments
 (0)