mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -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",
|
||||
"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"
|
||||
|
||||
Reference in New Issue
Block a user