Closed livtanong closed 3 years ago
I confirm it happens for me too with VSCodium 1.58.2 on a Linux box.
I don't remember it being this way before. Not too sure though.
Just opened a PR that should fix that. A property must've changed on newer API versions.
@bakpakin let me know if there's anything else you want me to do so we can merge this fix in.
Hello! This is happening again on janet 1.20 and vscode-janet fdae16. 😅
I tried on a Linux with vscodium 1.63.2 and vscode-janet fdae16 but I didn't manage to reproduce.
FWIW, the setup instructions I followed were:
cd ~/.vscode-oss/extensions
~/.vscode-oss/extensions/vscode-janet
git clone https://github.com/janet-lang/vscode-janet
I did find that closing any existing terminals in vscodium seemed to make things work better and the inital repl output seemed a bit weird but apart from that evaluations seemed ok (i.e. they weren't leading to multiple repl creations).
Even if an existing janet repl exists from a previous
Janet: Evaluate expression
orJanet: Start REPL
, a new one is created every timeJanet: Evaluate expression
is invoked.