VScode suddenly stopped running code using ctrl+F5
the usual graph appears but nothing happens:
then after I forcefully stop it, i get:
I still can run the code using “Julia:Execute active File in REPL”
thank you for your help.
VScode suddenly stopped running code using ctrl+F5
the usual graph appears but nothing happens:
then after I forcefully stop it, i get:
I still can run the code using “Julia:Execute active File in REPL”
thank you for your help.
See
https://github.com/julia-vscode/julia-vscode/issues/2965
and
https://github.com/julia-vscode/julia-vscode/pull/2966
for the fix, which will be in the next release.
sudo apt-get --purge remove code
sudo dpkg -i …(earlier version)
settings: update:mode = none
everything works as usual.
thanks