oven-sh / bun

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
https://bun.sh
Other
74.4k stars 2.78k forks source link

feat(vscode-extension) error reporting, qol #15261

Closed alii closed 3 days ago

alii commented 5 days ago

What does this PR do?

A few goodies implemented into the VSCode extension.

How did you verify your code works?

Ran extension and tested each feature

Notes:

alii commented 3 days ago

cc @Jarred-Sumner @dylan-conway CleanShot 2024-11-21 at 17 28 38@2x Could this actually be relevant? Or expected that some/certain tests are failing here

dylan-conway commented 3 days ago

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

alii commented 3 days ago

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