Issue with Bun repl on VS Code #16461
Closed
kenedyolisi
started this conversation in
General
Replies: 2 comments 2 replies
-
If you open PowerShell using |
Beta Was this translation helpful? Give feedback.
0 replies
-
Oh I thought we fixed this in #15594. Nevertheless, the issue is because of the "In-editor error messages feature", which somehow broke the legacy I can reproduce this issue on windows which is strange (as linux works fine). . A simple fix is to indeed use your other terminal, or do direct |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was not sure whether to open an issue on this subject since this might be an issue with VS Code and not Bun. Perhaps a chat on discord would more appropriate. Nevertheless, here I am.
When I run
bun repl
in PowerShell/git bash in VS Code, it behaves strangely like so:...and of course I had to stop it with Ctrl + C
...but in PowerShell itself it runs fine and opens a shell like so:
which is the behaviour I expected.
Beta Was this translation helpful? Give feedback.
All reactions