Adds hot reload launch config (#277123)

* Adds hot reload launch config

---------

Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
This commit is contained in:
Henning Dieterichs
2025-11-21 11:18:47 +01:00
committed by GitHub
parent 76fb5a42b1
commit a335d51f66
22 changed files with 104 additions and 16 deletions

2
.vscode/tasks.json vendored
View File

@@ -283,7 +283,7 @@
"type": "shell",
"command": "npm run dev",
"options": {
"cwd": "./build/monaco-editor-playground/"
"cwd": "./build/vite/"
},
"isBackground": true,
"problemMatcher": {