Skip to content

Commit

Permalink
Update preLaunchTask in launch.json (#14663)
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne authored Nov 3, 2023
1 parent 27d1b75 commit 39f766e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"request": "launch",
"args": ["--extensionDevelopmentPath=${workspaceFolder}", "--extensionDevelopmentKind=web"],
"outFiles": ["${workspaceFolder}/dist/**/*", "!${workspaceFolder}/**/node_modules**/*"],
"preLaunchTask": "Compile Web Extension",
"preLaunchTask": "Compile",
"presentation": {
"group": "1_extension",
"order": 1
Expand Down

0 comments on commit 39f766e

Please sign in to comment.