joh/envious jay (#185839)

* remove bogus launch-config, fyi @connor4312

* disable API test extension when running from launch config
This commit is contained in:
Johannes Rieken
2023-06-22 10:05:47 +02:00
committed by GitHub
parent 70e94ffa90
commit 26a1feb1bd

6
.vscode/launch.json vendored
View File

@@ -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": [