From 70141bd049083e9f237206be65201c72b809bd26 Mon Sep 17 00:00:00 2001 From: Keith Stolte Date: Mon, 8 Oct 2018 16:58:18 -0400 Subject: [PATCH] Fix Invalid Configuration in Launch.json (#2789) --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index d3e8009964..d8788d99cb 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -148,7 +148,7 @@ { "name": "Renderer and Extension Host processes", "configurations": [ - "Launch SQL Ops", + "Launch azuredatastudio", "Attach to Extension Host" ] }