Skip to content

Commit

Permalink
chore: enable autoAttachChildProcesses
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Jul 19, 2024
1 parent e6c431c commit 0ffd1e5
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 @@ -6,6 +6,7 @@
"name": "Launch Client",
"type": "extensionHost",
"request": "launch",
"autoAttachChildProcesses": true,
"runtimeExecutable": "${execPath}",
"args": [
"--extensionDevelopmentPath=${workspaceRoot}/extensions/vscode",
Expand Down

1 comment on commit 0ffd1e5

@PTopoti
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

уц

Please sign in to comment.