Skip to content

Commit

Permalink
Add language server debug target
Browse files Browse the repository at this point in the history
  • Loading branch information
cschleiden committed Oct 19, 2022
1 parent c865d0a commit 06786a6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@
"sourceMaps": true,
"outFiles": ["${workspaceFolder}/dist/*.js"]
},
{
"type": "node",
"request": "attach",
"name": "Attach to Language-Server",
"address": "localhost",
"protocol": "inspector",
"port": 6009,
"sourceMaps": true,
"outFiles": ["${workspaceFolder}/dist/**/*.js"]
},
{
"name": "Run Web Extension in VS Code",
"type": "extensionHost",
Expand Down

0 comments on commit 06786a6

Please sign in to comment.