From 5c777495ddf776ae295226dc250170c8ece107fe Mon Sep 17 00:00:00 2001 From: Andre Weinand Date: Wed, 29 Aug 2018 14:54:41 +0200 Subject: [PATCH] correct typo in "__autoAttach"; fixes Microsoft/vscode#49403 --- src/node/extension/autoAttach.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node/extension/autoAttach.ts b/src/node/extension/autoAttach.ts index 72c5b131..9ceb5394 100644 --- a/src/node/extension/autoAttach.ts +++ b/src/node/extension/autoAttach.ts @@ -95,7 +95,7 @@ export function attachToProcess(folder: vscode.WorkspaceFolder | undefined, name request: 'attach', name: name, stopOnEntry: false, - __autoAttached: true + __autoAttach: true }; if (baseConfig) {