Skip to content

Commit

Permalink
Fix VSCode solution name in tasks.json
Browse files Browse the repository at this point in the history
  • Loading branch information
albertospelta committed Sep 27, 2020
1 parent ab00413 commit 85ae06f
Showing 1 changed file with 1 addition and 28 deletions.
29 changes: 1 addition & 28 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,34 +7,7 @@
"type": "process",
"args": [
"build",
"${workspaceFolder}/mc/mc.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "publish",
"command": "dotnet",
"type": "process",
"args": [
"publish",
"${workspaceFolder}/mc/mc.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "watch",
"command": "dotnet",
"type": "process",
"args": [
"watch",
"run",
"${workspaceFolder}/mc/mc.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
"${workspaceFolder}/src/minsk.sln"
],
"problemMatcher": "$msCompile"
}
Expand Down

0 comments on commit 85ae06f

Please sign in to comment.