remove duplicate launch task (#4631)

This commit is contained in:
Anthony Dresser
2019-03-20 12:34:27 -07:00
committed by GitHub
parent 4472764f3a
commit 2c331d929a

9
.vscode/launch.json vendored
View File

@@ -211,13 +211,6 @@
"Launch azuredatastudio",
"Attach to Extension Host"
]
},
{
"name": "Debug Unit Tests",
"configurations": [
"Attach to VS Code",
"Run Unit Tests"
]
},
}
]
}