Javascript cell never completes after edit #3250
-
I am trying to work with javascript in a notebook cell. It will always run as expected until I edit the cell and then it will run forever* until I reload vscode. Restarting the kernel does not seem to have any effect. It doesn't matter what kind of edit. I can just add a new line without any code change at all. *I can stop and start the javascript execution, but it will never complete and all other javascript cells will act the same way. If I stop the execution I can run csharp and other types of cells. If I start a javascript cell while another is running both will show running and I can't stop either until I reload vscode. I started with something more complex, but eventually I removed all code but the console log and It behaves the same.
I am on OSX and I downloaded the most recent versions of everything. Got this error after restarting the kernel
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I decided to try an older version and 1.0.4461040 does not have this issue. I also noticed that 1.0.4461040 is the latest release version on github as far as I could tell. |
Beta Was this translation helpful? Give feedback.
@leeahoward A fix for the above hang was merged in #3268 and a release with this fix was just published. Could you please confirm that this works now?