mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Fix debugger type for sp_whoIsActive (#16870)
This commit is contained in:
4
samples/sp_whoIsActive/.vscode/launch.json
vendored
4
samples/sp_whoIsActive/.vscode/launch.json
vendored
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
"name": "Debug in AzureDataStudio install",
|
"name": "Debug in AzureDataStudio install",
|
||||||
"type": "azuredatastudioExtensionHost",
|
"type": "sqlopsExtensionHost",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"runtimeExecutable": "azuredatastudio",
|
"runtimeExecutable": "azuredatastudio",
|
||||||
"args": [
|
"args": [
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Debug in enlistment",
|
"name": "Debug in enlistment",
|
||||||
"type": "azuredatastudioExtensionHost",
|
"type": "sqlopsExtensionHost",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"windows": {
|
"windows": {
|
||||||
"runtimeExecutable": "${workspaceFolder}/../../scripts/sql.bat"
|
"runtimeExecutable": "${workspaceFolder}/../../scripts/sql.bat"
|
||||||
|
|||||||
Reference in New Issue
Block a user