microsoft / vscode-cosmosdb

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

There is no tooltip for "+" button in the opened editor of MongoDB cluster #2436

Open v-ruizh opened 5 days ago

v-ruizh commented 5 days ago

OS: Windows 10 Build Version: 20241120.1 Regression: Not a Regression

Repro Steps:

  1. Create a MongoDB cluster in Azure portal.
  2. Connect to MongoDB cluster in VS Code -> Create a database and collection for it -> Single click the "Documents" node.
  3. Hover the mouse to "+" button.
  4. Check whether there is a tooltip for "+" button in the opened editor.

Expect: There is a tooltip for "+" button in the opened editor, such as the one in "Cosmos DB for NoSQL" account. Image

Actual: There is no tooltip for "+" button in the opened editor. Image

More Info: This issue also reproduces for view/edit/delete buttons. Image