Changing to the correct project ref in .gitignore and .vscode/

This commit is contained in:
Elitsa Marinovska
2021-08-18 11:07:06 +02:00
parent 490c09b81e
commit 7e77454f03
3 changed files with 23 additions and 23 deletions

4
.vscode/tasks.json vendored
View File

@@ -57,11 +57,11 @@
"args": [
"watch",
"run",
"${workspaceFolder}/src/Umbraco.Web.UI.NetCore/Umbraco.Web.UI.NetCore.csproj",
"${workspaceFolder}/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
}
]
}
}