From 2c331d929a6383b5af5a3c13b19b24ab98e4a25e Mon Sep 17 00:00:00 2001 From: Anthony Dresser Date: Wed, 20 Mar 2019 12:34:27 -0700 Subject: [PATCH] remove duplicate launch task (#4631) --- .vscode/launch.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 96078090cb..04058a1233 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -211,13 +211,6 @@ "Launch azuredatastudio", "Attach to Extension Host" ] - }, - { - "name": "Debug Unit Tests", - "configurations": [ - "Attach to VS Code", - "Run Unit Tests" - ] - }, + } ] }