-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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 open notebook in vscode.dev, error reading property message #164715
Comments
@lramos15 do you see this every time when opening the link? It seems that it throws with an undefined error but we failed to read the error message. It didn't explain why the file opening fails though. |
I see it every time. I can try again tomorrow when this change goes in to see if there is a more detailed error message. |
I just hit this as well twice @rebornix but third time didn't repro |
We think it's because C22 is a markdown cell and C23 is a code cell How it looks: the editor progress bar spins forever, when you start scrolling the error modal dialog pops up |
I prepared a fix for this one, by turning the cell into editing mode if there is a selection in the link #164758. If we drop However currently whenever we copy a link from a markdown cell preview, we always append |
Started up insiders.vscode.dev for the first time in awhile and received the following error
Seems to come from here.
vscode/src/vs/workbench/contrib/notebook/browser/notebookEditor.ts
Lines 293 to 294 in 0944a16
This only repros when I use the endgame vscode.dev query provided. Opening the file myself seems to work
The text was updated successfully, but these errors were encountered: