From b14f9cc0988ffda0d7b4ad9a5959b3d8d337feb7 Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Tue, 24 Aug 2021 11:13:38 -0700 Subject: [PATCH] Fix debugger type for sp_whoIsActive (#16870) --- samples/sp_whoIsActive/.vscode/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/sp_whoIsActive/.vscode/launch.json b/samples/sp_whoIsActive/.vscode/launch.json index e4fe2a3dc1..e995a2ef35 100644 --- a/samples/sp_whoIsActive/.vscode/launch.json +++ b/samples/sp_whoIsActive/.vscode/launch.json @@ -14,7 +14,7 @@ { "name": "Debug in AzureDataStudio install", - "type": "azuredatastudioExtensionHost", + "type": "sqlopsExtensionHost", "request": "launch", "runtimeExecutable": "azuredatastudio", "args": [ @@ -37,7 +37,7 @@ }, { "name": "Debug in enlistment", - "type": "azuredatastudioExtensionHost", + "type": "sqlopsExtensionHost", "request": "launch", "windows": { "runtimeExecutable": "${workspaceFolder}/../../scripts/sql.bat"