Skip to content

Commit

Permalink
Update launch.json (#843)
Browse files Browse the repository at this point in the history
  • Loading branch information
pushkine committed Feb 24, 2021
1 parent e4c4a67 commit f0f24a8
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 @@ -9,7 +9,7 @@
"args": ["--extensionDevelopmentPath=${workspaceRoot}/packages/svelte-vscode"],
"stopOnEntry": false,
"sourceMaps": true,
"outFiles": ["${workspaceRoot}/packkages/svelte-vscode/dist/**/*.js"],
"outFiles": ["${workspaceRoot}/packages/svelte-vscode/dist/**/*.js"],
"preLaunchTask": "npm: watch"
},
{
Expand Down

0 comments on commit f0f24a8

Please sign in to comment.