Updated docs and VSCode build task

as we discovered some changes we needed in the docs
This commit is contained in:
failureflawless
2022-05-12 11:45:04 +00:00
committed by Michael Latouche
parent 953e6f2e34
commit 2c34751fd4
2 changed files with 17 additions and 5 deletions

12
.vscode/tasks.json vendored
View File

@@ -33,6 +33,18 @@
"$gulp-tsc"
]
},
{
"label": "Client Watch",
"detail": "runs npm run dev for Umbraco.Web.UI.Client",
"promptOnClose": true,
"group": "build",
"type": "npm",
"script": "dev",
"path": "src/Umbraco.Web.UI.Client/",
"problemMatcher": [
"$gulp-tsc"
]
},
{
"label": "Dotnet build",
"detail": "Dotnet build of SLN",