Closed alii closed 3 days ago
cc @Jarred-Sumner @dylan-conway Could this actually be relevant? Or expected that some/certain tests are failing here
Yup, this is a new test failure, looking into it. I believe the cause is from https://github.com/oven-sh/bun/pull/15261/files#diff-36302f74ed5420c7bee6a5460115be29fd82720720381c0d2c8bb7c934e69591L382
This code (or at least something similar iirc) was removed previously, I think because it was printing errors twice. Did you test this locally and if so does it seem to be working? I can try it out as well to test
What does this PR do?
A few goodies implemented into the VSCode extension.
node:net
SocketHow did you verify your code works?
Ran extension and tested each feature
Notes:
.relatedInformation
for each diagnostic. Right now we just show the error message again. This isn't amazing...BUN_INSPECT_NOTIFY
variable to''
. A use case for disabling would be like when running a benchmark file (where this would actually have a very very slight performance overhead)