From 34fccb9408eb42df8ac12ba603f05780c2c53e68 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Fri, 8 Jul 2022 15:01:28 -0400 Subject: [PATCH] Fixes now deprecated options --- .vscode/launch.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 23a582f..c79ce3c 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,7 +4,7 @@ "configurations": [ { "name": "Run", - "type": "pwa-extensionHost", + "type": "extensionHost", "request": "launch", "runtimeExecutable": "${execPath}", "args": ["--disable-extension=eamodio.gitlens-insiders", "--extensionDevelopmentPath=${workspaceFolder}"], @@ -27,7 +27,7 @@ }, { "name": "Run (sandboxed)", - "type": "pwa-extensionHost", + "type": "extensionHost", "request": "launch", "runtimeExecutable": "${execPath}", "args": ["--disable-extensions", "--extensionDevelopmentPath=${workspaceFolder}"], @@ -50,7 +50,7 @@ }, { "name": "Run Tests", - "type": "pwa-extensionHost", + "type": "extensionHost", "request": "launch", "args": [ "--disable-extensions", @@ -68,7 +68,7 @@ }, { "name": "Watch & Run", - "type": "pwa-extensionHost", + "type": "extensionHost", "request": "launch", "runtimeExecutable": "${execPath}", "args": ["--disable-extension=eamodio.gitlens-insiders", "--extensionDevelopmentPath=${workspaceFolder}"], @@ -92,7 +92,7 @@ }, { "name": "Watch & Run (web)", - "type": "pwa-extensionHost", + "type": "extensionHost", "request": "launch", "runtimeExecutable": "${execPath}", "args": [ @@ -120,7 +120,7 @@ }, { "name": "Watch & Run (sandboxed)", - "type": "pwa-extensionHost", + "type": "extensionHost", "request": "launch", "runtimeExecutable": "${execPath}", "args": ["--disable-extensions", "--extensionDevelopmentPath=${workspaceFolder}"], @@ -144,7 +144,7 @@ }, { "name": "Watch & Run Tests", - "type": "pwa-extensionHost", + "type": "extensionHost", "request": "launch", "args": [ "--disable-extensions",