Adding additional info to sample readme, updating product strings (#24290)

This commit is contained in:
Benjin Dubishar
2023-09-07 08:49:08 -07:00
committed by GitHub
parent 339c4562c9
commit af00e942db
2 changed files with 5 additions and 5 deletions

View File

@@ -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
}
]
}
}