Skip to content

Commit b2ea9bf

Browse files
committed
moving from sqlops debugging to azure data studio debugging
1 parent 84d9a10 commit b2ea9bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.vscode/launch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"name": "Extension",
1616
"type": "sqlopsExtensionHost",
1717
"request": "launch",
18-
"runtimeExecutable": "sqlops",
18+
"runtimeExecutable": "azuredatastudio",
1919
"args": [
2020
"--extensionDevelopmentPath=${workspaceFolder}"
2121
],
@@ -28,7 +28,7 @@
2828
"name": "Extension Tests",
2929
"type": "sqlopsExtensionHost",
3030
"request": "launch",
31-
"runtimeExecutable": "sqlops",
31+
"runtimeExecutable": "azuredatastudio",
3232
"args": [
3333
"--extensionDevelopmentPath=${workspaceFolder}",
3434
"--extensionTestsPath=${workspaceFolder}/out/test"

0 commit comments

Comments
 (0)