Skip to content

Commit

Permalink
Add build as prelaunch task
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-oq committed Dec 22, 2022
1 parent afe7733 commit 59185e3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"Run Extension with DEBUG_BREAK",
"Attach to Language Server"
],
"preLaunchTask": "npm: build",
"stopAll": true,
"presentation": {
"order": 1
Expand Down Expand Up @@ -61,10 +62,7 @@
"outFiles": [
"${workspaceFolder}/dist/apps/vs-code-extension/language-server.cjs",
"${workspaceFolder}/node_modules/langium"
],
"presentation": {
"hidden": true
}
]
},
{
"name": "Run Cars Example",
Expand Down

0 comments on commit 59185e3

Please sign in to comment.