Skip to content

Commit a375788

Browse files
committed
Fix for VS run task
1 parent 24046f1 commit a375788

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.vscode/tasks.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,7 @@
1313
"group": {
1414
"kind": "build",
1515
"isDefault": true
16-
},
17-
"dependsOn":["common"]
18-
},
19-
{
20-
"label": "common",
21-
"command": "dotnet",
22-
"type": "process",
23-
"args": [
24-
"build",
25-
"${workspaceFolder}/plugins/Common/Common.csproj"
26-
],
27-
"group": "build"
16+
}
2817
}
2918
]
3019
}

0 commit comments

Comments
 (0)