From aea772d63199366da3ea6b9ac731dbc51559216f Mon Sep 17 00:00:00 2001 From: Amir Omidi Date: Thu, 14 May 2020 15:51:50 -0700 Subject: [PATCH] Add pwa-chrome for attach to azuredatastudio (#10414) * Add pwa-chrome for attach to azuredatastudio * Why did you get in here --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 1b823d9c03..36be679916 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -69,7 +69,7 @@ } }, { - "type": "chrome", + "type": "pwa-chrome", "request": "attach", "name": "Attach to azuredatastudio", "timeout": 50000,