Skip to content

Commit

Permalink
Add continueOnAttach option
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-oq committed Dec 22, 2022
1 parent 59185e3 commit 02b046d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"request": "attach",
"skipFiles": ["<node_internals>/**"],
"sourceMaps": true,
"continueOnAttach": true,
"outFiles": [
"${workspaceFolder}/dist/apps/vs-code-extension/language-server.cjs",
"${workspaceFolder}/node_modules/langium"
Expand Down

0 comments on commit 02b046d

Please sign in to comment.