-
Notifications
You must be signed in to change notification settings - Fork 300
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
Can't see variables in Variable Explorer (React stack overflow #185) #9044
Comments
Thanks for the bug. I can't seem to repro. I get this: Your extension version is a prerelease version from two weeks ago and your VS code version is one version behind. You might try updating it to something more recent to see if the problem goes away. Can you also include the output from the 'Help | Toggle Developer Tools', Console window. It looks to me like the variables window isn't even updating. |
Hi, I update my VSCode to 1.63.4 and my extension version to 2022.1.1301854968, but my Variable Explorer still has same issue. Here are error messages in the console:
|
This should be the latest VS code:
Your error output does show something though. Sounds like a stack overflow exception in our react code. Did you run any other code besides what the example showed before hitting this issue? |
Oops, sorry, I typed the wrong version... My VS code version is:
No, after installing the extension on my remote ssh device, I directly run my code. |
I have the same exact issue. Just as a side note looks like we are both performing a SSH tunnel from google colab to vscode. That is likely the factor causing some sort of unintended side effect. |
Can you double check that the same version of the extension is on each machine? In this scenario the extension on the remote machine is sending data to the UI on the local machine. If they were not the same version, it might cause problems. |
Actually no never mind, the remote host doesn't work that way. The webview HTML is actually sent across from the remote host, so it doesn't matter what the local extension version is. |
Even with remote ssh I still don't repro. We'll need to add some logging in a private binary if we want to diagnose this. |
Maybe you can reproduce with this:
An alternative to the cloudflared ssh setup:
|
@lebr0nli - can you confirm if this is still an issue? I don't think we've managed to get a repro on our side yet |
Seems like there still have the same issue, probably it's a special case that only happened on colab. |
@lebr0nli Please can you check if this is still an issue with the latest version of VS COde and Jupyter extensxion? |
the variable view will likely be replaced, so we'll just close this in favor of microsoft/vscode#165445 |
Environment data
Expected behavior
Show variables.
Actual behavior
Show nothing.
Steps to reproduce:
[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]
Remote -SSH
extension to connect into a remote machine. (I used Google Colab.)Logs
Output for
Jupyter
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toJupyter
)The text was updated successfully, but these errors were encountered: