Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
correct typo in "__autoAttach"; fixes microsoft/vscode#49403
Browse files Browse the repository at this point in the history
  • Loading branch information
weinand committed Aug 29, 2018
1 parent 2f32815 commit 5c77749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node/extension/autoAttach.ts
Expand Up @@ -95,7 +95,7 @@ export function attachToProcess(folder: vscode.WorkspaceFolder | undefined, name
request: 'attach',
name: name,
stopOnEntry: false,
__autoAttached: true
__autoAttach: true
};

if (baseConfig) {
Expand Down

0 comments on commit 5c77749

Please sign in to comment.