-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
VSCode extension issue using the embedded CLI of VSCode #15425
Comments
Also, vscode fails in debug tests randomly.
|
The main issue should be fixed in canary, but people have reported it still slow afterwards. bun upgrade --canary |
im still facing issue even after bun upgrade --canary $ bun run --hot src/server.ts --inspect
80 | return `\x1B[1m\x1B]8;;${url}\x1B\\${url}\x1B]8;;\x1B\\\x1B[22m`;
81 | return url;
82 | }, reset = function() {
83 | if (enableANSIColors)
84 | return "\x1B[49m";
85 | }, notify = function(unix) {
^
ENOENT: Failed to connect
errno: 2
syscall: "connect"
at internal:debugger:85:21
at internal:debugger:100:13 |
❯ bun --version thank you |
I had the same problem. It was fixed when I updated Bun to 1.1.38 |
1.1.38 work's fine for me as well, loving bun <3 |
@RiskyMH Nice, but shouldn't also be fixed in the VSCode extension, not a big fan of using canary version… :/ Any ETA on release ? :) |
It fixed it for me as well. I can also confirm that it runs slower than in the Windows Terminal |
What version of Bun is running?
1.1.37+8ca0eb831
What platform is your computer?
Darwin 24.0.0 arm64 arm
What steps can reproduce the bug?
I'm not able to tell exactly when it started but using the VSCode extension for bun now trigger an error in the console, before running the expected TypeScript code.
Inside VSCode terminal
A simple
now run
bun poke.ts
and get:What is the expected behavior?
There should be no error in the console.
What do you see instead?
Additional information
No response
The text was updated successfully, but these errors were encountered: