microsoft / vscode-cosmosdb

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

The SQL account is pinned on the top of the Azure view when pulling down scroll bar #2220

Closed v-xinda closed 10 months ago

v-xinda commented 10 months ago

OS: Win 10 Build Version: 20231213.2 Regression: Previous release

Repro Steps:

  1. Create a new SQL account -> Create a database -> Create a collection -> Create several documents -> Pull down scroll bar.
  2. Check whether the SQL account is not pinned on the top of the Azure view.

Expect: The SQL account is not pinned on the top of the Azure view.

Actual: The SQL account is pinned on the top of the Azure view. actual

More info:

  1. This issue also reproduces for the Mongo DB account.
  2. This issue also reproduces for the Stored Procedures.
JasonYeMSFT commented 10 months ago

I am not able to reproduce this issue. Could you give me the version of resource group extension and vs code?

v-xinda commented 10 months ago

@JasonYeMSFT The details as below: Resource Group Version: 0.8.3 VS Code Version: 1.86.0-insider (user setup)

JasonYeMSFT commented 10 months ago

I am able to reproduce the same behavior in the VS Code Insider 1.86.0 now. This behavior is controlled by a setting called "Workbench > Tree: Enable sticky scroll". I am going to close this issue as by design.