-
Notifications
You must be signed in to change notification settings - Fork 465
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 Panel not Refreshing Automatically #669
Comments
We've discovered this ourselves - this is due to a breaking change in VSCode. See microsoft/vscode#19732 for the tracking issue there. We are actively investigating a workaround in our own extension code so that we can release a hotfix version and unblock users. I would recommend you adding your voice to the VSCode issue also - this will help get this raised as a breaking change that is impacting users. |
@bijuchacko we (the VS Code team is definitly listening). Thanks for the reproducable steps, we will look into this. |
@kevcunnane @egamma Thanks for the prompt response. I have downgraded to 1.8.1, thank you so much for this awesome editor and extension! |
We've traced the issue on our side and have a fix that we'll be able to apply as an extension update. HotFix information Root cause
Long term fix on our side |
- Fixes #669 - Ensures that TextDocumentContentProvider.provideTextDocumentContent always provides an updated string when being refreshed. In VSCode 1.9.0, it's vital to do this as there is a diff on the provided content and the document is only refreshed if this is different
- Fixes #669 - Ensures that TextDocumentContentProvider.provideTextDocumentContent always provides an updated string when being refreshed. In VSCode 1.9.0, it's vital to do this as there is a diff on the provided content and the document is only refreshed if this is different - Updated release version
@bijuchacko @egamma - The fix for this is now released as version 0.2.1. If you update MSSQL from the Extensions tab you should no longer see this issue. Thank you for raising this and I hope you enjoy using our extension inside VSCode 1.9.0 now this issue is resolved. |
@kevcunnane great 🌹 |
* Switch publisher in telemetry test to ms-mssql (#556) * Switch publisher in telemetry test to ms-mssql * Update a couple more hard-coded publisher references. * Fix Results Panel not Refreshing Automatically (#670) - Fixes #669 - Ensures that TextDocumentContentProvider.provideTextDocumentContent always provides an updated string when being refreshed. In VSCode 1.9.0, it's vital to do this as there is a diff on the provided content and the document is only refreshed if this is different - Updated release version
Just upgraded to stable version 1.9.0 and noticed that the results panel does not refresh automatically every time I run the query. It used to work fine with the previous version of VSCode.
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: