-
Notifications
You must be signed in to change notification settings - Fork 91
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
It shows repeated output in VScode #231
Comments
Just ran into this as well. :-) |
I'd merge a PR that fixes it, if you care to submit one. |
No idea why this happens, but I can play around a bit. |
There is an open issue about this in microsoft/vscode#200261. Apparently there was a similar bug in Python microsoft/vscode#146397. |
Issue seems to be dependent on which kernel is selected. i.e. using a jupyter kernel (that loads IJulia) works. using the default kernel from the julia vscode extension doesn't. some of this is from the We can check if we are in the default vscode notebook context with:
but I don't know of how to flush clear the output cell, when IJulia is not loaded |
See #271 |
Has there been any update to this? A manual fix for now or an alternative? I am using the default vscode extension kernel. |
an equivalent to |
How do Python VS-Code notebooks handle such things? |
I can confirm this |
I just released a new version of the extension that should improve the situation a bit. At least for simple one-line progress bar I think it should all work now. |
I think this can be closed. It works for me in julia v1.11, ProgressMeter v1.10.0 and julia-vscode v1.90.1. |
Hello,
if I try to run the following script, it shows a repeated output.
The text was updated successfully, but these errors were encountered: