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

The previously selected table item overwrites the newly opened instruction page in MongoDB cluster #2454

Open v-ruizh opened 4 days ago

v-ruizh commented 4 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. Import documents into collection and execute "Find Query" action.
  4. Select one item in the results table, then click the bottom icon next to "Root Level". Image
  5. Check whether the instruction page shows well or not.

Expect: The instruction page shows well. Image

Actual: The previously selected table item overwrites the newly opened instruction page. Image

More Info: Clicking on the instruction page can't fix this issue.