Fix debugger type for sp_whoIsActive (#16870)

This commit is contained in:
Charles Gagnon
2021-08-24 11:13:38 -07:00
committed by GitHub
parent 1e0b0bb21a
commit b14f9cc098

View File

@@ -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"