Skip to content

Commit

Permalink
Merge pull request #499 from unoplatform/mergify/bp/release/stable/5.…
Browse files Browse the repository at this point in the history
…0/pr-498

fix: Use pre-launch task for vscode wasm (backport #498)
  • Loading branch information
jeromelaban authored Dec 22, 2023
2 parents 5b397de + d3e69bf commit 8593dbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Uno.Templates/content/unoapp/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@
"webRoot": "${workspaceFolder}/MyExtensionsApp.1.Wasm",
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"timeout": 30000,
"preLaunchTask": "build-wasm",
"server": {
"runtimeExecutable": "dotnet",
"program": "run",
"args": ["--no-build"],
"outputCapture": "std",
"timeout": 30000,
"cwd": "${workspaceFolder}/MyExtensionsApp.1.Wasm"
Expand Down

0 comments on commit 8593dbe

Please sign in to comment.