Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Results Panel not Refreshing Automatically
- 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
- Loading branch information