mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
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:
committed by
GitHub
parent
76fb5a42b1
commit
a335d51f66
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
@@ -283,7 +283,7 @@
|
||||
"type": "shell",
|
||||
"command": "npm run dev",
|
||||
"options": {
|
||||
"cwd": "./build/monaco-editor-playground/"
|
||||
"cwd": "./build/vite/"
|
||||
},
|
||||
"isBackground": true,
|
||||
"problemMatcher": {
|
||||
|
||||
Reference in New Issue
Block a user