chore: add VS Code workspace configuration for debugging and tasks

This commit is contained in:
Stevan Freeborn
2026-07-29 16:29:22 -05:00
parent f206dcd5fb
commit 2bd77c0329
4 changed files with 160 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"recommendations": [
"Vue.volar",
"ms-dotnettools.csharp",
"ms-dotnettools.vscode-dotnet-runtime",
"ms-azuretools.vscode-docker",
"tamasfe.even-better-toml"
]
}