Skip to content

Cell evaluation getting stuck with variable sharing with an undefined value being console.loged #3906

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

Open
2 of 17 tasks
bdbai opened this issue Apr 9, 2025 · 0 comments
Open
2 of 17 tasks

Comments

@bdbai
Copy link

bdbai commented Apr 9, 2025

Describe the bug

Steps to reproduce:

  1. Create a new .ipynb file in Visual Studio Code.
  2. Add a javascript cell with code
console.log(anUndefinedVar)
exportedVar = {}
  1. Add a csharp cell below
#!set --value @javascript:exportedVar --name exportedVar
  1. Execute the two cells. The last cell takes forever to run and cannot be interrupted.

Please complete the following:

#!about

.NET Interactive

© 2020-2025 Microsoft Corporation

Version: 1.0.617701+fb2fd8022ab96c55fbaf34d5e1c8c61cb01690fc

Library version: 1.0.0-beta.25177.1+fb2fd8022ab96c55fbaf34d5e1c8c61cb01690fc

Visual Studio 1.99.1

  • OS
    • Windows 11
    • Windows 10
    • macOS
    • Linux (Please specify distro)
    • iOS
    • Android
  • Browser
    • Chrome
    • Edge
    • Firefox
    • Safari
  • Frontend
    • Jupyter Notebook
    • Jupyter Lab
    • nteract
    • Visual Studio Code
    • Visual Studio Code Insiders
    • Visual Studio
    • Other (please specify)

Screenshots

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant