You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have an extension that registers for vscode.window.onDidChangeActiveTextEditor
Open a very large file (such as a 2GB log file)
(Here is the size of the one I'm using)
Directory of S:\dumps\logs
12/18/2018 09:19 PM 1,975,803,272 buildfre.log
The extension does not get called for this file, but it will for larger files.
When using 64-bit VSCode it has no issue displaying this file, but extensions don't appear to be called.
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered:
Steps to Reproduce:
(Here is the size of the one I'm using)
Directory of S:\dumps\logs
12/18/2018 09:19 PM 1,975,803,272 buildfre.log
The extension does not get called for this file, but it will for larger files.
When using 64-bit VSCode it has no issue displaying this file, but extensions don't appear to be called.
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: