From 26a1feb1bdfae6adc867f8d228ebfda54d08c5c3 Mon Sep 17 00:00:00 2001 From: Johannes Rieken Date: Thu, 22 Jun 2023 10:05:47 +0200 Subject: [PATCH] joh/envious jay (#185839) * remove bogus launch-config, fyi @connor4312 * disable API test extension when running from launch config --- .vscode/launch.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index a3df6fc0ded..baa3cfb0c8b 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,11 +1,6 @@ { "version": "0.1.0", "configurations": [ - { - "request": "attach", - "type": "node", - "" - }, { "type": "node", "request": "launch", @@ -247,6 +242,7 @@ "--crash-reporter-directory=${workspaceFolder}/.profile-oss/crashes", // for general runtime freezes: https://github.com/microsoft/vscode/issues/127861#issuecomment-904144910 "--disable-features=CalculateNativeWinOcclusion", + "--disable-extension=vscode.vscode-api-tests" ], "webRoot": "${workspaceFolder}", "cascadeTerminateToConfigurations": [