-
Notifications
You must be signed in to change notification settings - Fork 29.3k
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
cannot read property 'resourceJSON' of null #34490
Comments
I could find references of |
Not possible from the source code, but I added paranoia code even though I cannot explain this. |
+1 happening to me too. I was working on my extension (say, C:\Extension), and to test it out, I opened my usual work directory (D:\Work) in the EDH. I later closed the EDH, and in the main vscode-insider window, I switched to the same work directory (D:\Work), and I kept getting this error. And now, even after restarting vscode and even updating it to a new version, I just keep getting this error, in effect, I can't use vscode-insider now :/ |
@kumarharsh you are still seeing this in todays insider build? |
Yes. I posted my reply only after verifying that it didn't work after updating. Never saw this bug coming, and thought it'd be trivial to fix by just reloading window. Boy, was I wrong 😢 ! Using the stable channel for now. |
@kumarharsh can you show me a screenshot of your about dialog? also, can you send me the crash from the developer console (Help > Developer Console) |
@kumarharsh thanks, I am working on a fix and will ping you to give it a try. |
@bpasero did your changes get rolled up into a release? My editor always says "No updates available" when I check for updates. The version is the same as in the screenshot above. |
@kumarharsh we are currently not able to provide updates because our signing service does not run, please be patient for our next stable release. |
I'm patient :-) I asked because I was concerned whether the update service was also not broken.
So, the insider builds are stopped until october? |
MacOS
Version 1.17.0-insider (1.17.0-insider)
b0c0634
scaffold a new extension
run the extension
in the [Extension Development Host] press Cmd+P to bring up the command palette
Result: error: cannot read property 'resourceJSON' of null
Console from Extension Development Host:
F1
works fine, I can bring up the command palette.The text was updated successfully, but these errors were encountered: