microsoft / vscode-cosmosdb

Azure Databases extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-cosmosdb
MIT License
155 stars 68 forks source link

Show "Select Documents" tip in the input box when deleting a document of the SQL account #2208

Closed v-xinda closed 7 months ago

v-xinda commented 10 months ago

OS: Win10 Build Version: 20231116.4 Regression: Not a Regression

Repro Steps:

  1. F1 -> Core (SQL): Delete Document... -> Select SQL account -> Select Database -> Select Collection.
  2. Check the tip in the input box.

Expect: Show "Select Document" tip in the input box. image

Actual: Show "Select Documents" tip in the input box. image

More Info: This issue doesn't reproduce for the Mongo DB account.

JasonYeMSFT commented 7 months ago

The string comes from the ResourceGroup extension. It is not configurable in database extension.