My Julia installation and VScode were working fine, but has stopped communicating between the code editor and Julia Terminal within VSCOde.
On initial code execution (Shift-Enter) the Julia terminal opens within VSCode and gives an error message which I have not been able to troubleshoot and fix:
After this message, code does not execute in the terminal from the code editor.
However, if copy-pasted into the same terminal it runs without issues. It doesn’t seem to be communicating/connecting to VSCode however- plots pop up in a separate pane, not within VSCode.
Any help is appreciated.
Running VSCode 1.9.52 on Windows_NT x64.
Julia 1.10.6 (the current LTS installed via juliaup, set as default in Powershell)
The most relevant issue I’ve found is here as github issue but have not been able to resolve the issue by setting terminal.integrated.enablePersistentSessions to false .
also possibly related report on github

