-
Notifications
You must be signed in to change notification settings - Fork 61
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
[error] TypeError: Cannot read properties of undefined (reading 'document') #335
Comments
i've noticed this a while ago, too. i disabled the extension because of it. 😞 recently, i wanted to use gistpad again, so i re-enabled the extension on the latest vscode:
here's a full log message as text:
the extension host log is filled with these messages; they are continuously logged, and can occur a few times each second. 😬 here's the log file, grepped for the
the messages appears to be logged when the window lacks an open document. 🤔 in other words, as soon as a document is opened, the logging stops. (FWIW, a diff view does not appear to count as a "document". only opening a real file on disk will stop the logging.) the logging will restart at some point after closing the document. it's not totally clear what triggers it. 🤷 |
There is output error on VScode start
[error] TypeError: Cannot read properties of undefined (reading 'document')
I have try to disable all extension only GistPad is enabled and error is still there.
The text was updated successfully, but these errors were encountered: