New install Polyglot Notebooks - Javascript code does not run
Describe the bug
Just installed Polyglot Notebooks and created a new notebook with the .dib format. However, I'm having trouble getting my JavaScript code to work. When I try to run it, the timer keeps running and the code doesn't seem to execute properly.
Please complete the following:
Which version of .NET Interactive are you using? (In a notebook, run the #!about magic command. ):
.NET Interactive © 2020-2025 Microsoft Corporation Version: 1.0.617701+fb2fd8022ab96c55fbaf34d5e1c8c61cb01690fc Library version: 1.0.0-beta.25177.1+fb2fd8022ab96c55fbaf34d5e1c8c61cb01690fc
- OS
- [ ] Windows 11
- [x] Windows 10
- [ ] macOS
- [ ] Linux (Please specify distro)
- [ ] iOS
- [ ] Android
- Browser
- [ ] Chrome
- [ ] Edge
- [ ] Firefox
- [ ] Safari
- Frontend
- [ ] Jupyter Notebook
- [ ] Jupyter Lab
- [ ] nteract
- [x] Visual Studio Code
- [ ] Visual Studio Code Insiders
- [ ] Visual Studio
- [ ] Other (please specify)
Screenshots
If applicable, please add screenshots of the entire VS Code window.
Its working now after I restarted my machine. Also had to restart VSCode few times. Might have something to do with installing .net sdk 9. I guess in an ideal situation, it should throw an error.
Same issue on macOS 15.6.1. I need to restart VS Code to fix the problem.