mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
Adding additional info to sample readme, updating product strings (#24290)
This commit is contained in:
6
samples/sqlservices/.vscode/launch.json
vendored
6
samples/sqlservices/.vscode/launch.json
vendored
@@ -13,7 +13,7 @@
|
||||
"configurations": [
|
||||
|
||||
{
|
||||
"name": "Debug in AzureDataStudio install",
|
||||
"name": "Debug in Azure Data Studio install",
|
||||
"type": "sqlopsExtensionHost",
|
||||
"request": "launch",
|
||||
"runtimeExecutable": "azuredatastudio",
|
||||
@@ -24,7 +24,7 @@
|
||||
{
|
||||
"type": "node",
|
||||
"request": "attach",
|
||||
"name": "Attach to Ops Studio",
|
||||
"name": "Attach to Azure Data Studio",
|
||||
"protocol": "inspector",
|
||||
"port": 5870,
|
||||
"restart": true,
|
||||
@@ -54,4 +54,4 @@
|
||||
"timeout": 20000
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user