Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Results row position is lost when switching tabs #916

Closed
nivek7 opened this issue Jul 11, 2017 · 1 comment
Closed

Results row position is lost when switching tabs #916

nivek7 opened this issue Jul 11, 2017 · 1 comment
Labels

Comments

@nivek7
Copy link

nivek7 commented Jul 11, 2017

  • MSSQL Extension Version: 1.0.0
  • VSCode Version: 1.13.1
  • OS Version: Mac Sierra (10.12.5)

Row position is lost when navigating to other result tabs and back again.

Steps to Reproduce:

  1. Execute 1+ queries in separate document windows so you end up with multiple result set tabs
  2. Scroll through one of the result sets and position the cursor on a cell in a row
  3. Navigate to the other result set by switching tabs
  4. Navigate back to the initial result set where you positioned the cursor on a row
  5. That row that you were positioned on previously is no longer visible in the grid and the cursor is now reset to row 1
@abist
Copy link
Contributor

abist commented Dec 14, 2019

@nivek7 You can maintain your scroll position of your results using the following setting -

"mssql.persistQueryResultTabs": true

which says "Should query result selections and scroll positions be saved when switching tabs"

@abist abist closed this as completed Dec 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants