Add in a VSCode .code-worskpace file (#18741)

This commit is contained in:
Warren Buckley
2025-04-01 10:50:55 +01:00
committed by GitHub
parent 1dd10eabd4
commit 80233a7850

View File

@@ -0,0 +1,7 @@
{
"folders": [
{
"path": "src/Umbraco.Web.UI.Client"
}
]
}