Skip to content

Commit 26a1feb

Browse files
authored
joh/envious jay (microsoft#185839)
* remove bogus launch-config, fyi @connor4312 * disable API test extension when running from launch config
1 parent 70e94ff commit 26a1feb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.vscode/launch.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
{
22
"version": "0.1.0",
33
"configurations": [
4-
{
5-
"request": "attach",
6-
"type": "node",
7-
""
8-
},
94
{
105
"type": "node",
116
"request": "launch",
@@ -247,6 +242,7 @@
247242
"--crash-reporter-directory=${workspaceFolder}/.profile-oss/crashes",
248243
// for general runtime freezes: https://github.com/microsoft/vscode/issues/127861#issuecomment-904144910
249244
"--disable-features=CalculateNativeWinOcclusion",
245+
"--disable-extension=vscode.vscode-api-tests"
250246
],
251247
"webRoot": "${workspaceFolder}",
252248
"cascadeTerminateToConfigurations": [

0 commit comments

Comments
 (0)