bruno icon indicating copy to clipboard operation
bruno copied to clipboard

VSCode extension "Oops! Something went wrong"

Open benc-uk opened this issue 3 months ago • 2 comments

I have checked the following:

  • [x] I have searched existing issues and found nothing related to my issue.

This bug is:

  • [ ] making Bruno unusable for me
  • [ ] slowing me down but I'm able to continue working
  • [x] annoying
  • [ ] this feature was working in a previous version but is broken in the current release.

Bruno version

Extension 4.2.0

Operating System

Windows 11 + WSL2 + Ubuntu 24.04

Describe the bug

When opening .bru files the VS Code extension will mostly show an error screen and "Oops! Something went wrong". This happens when opening them from the dedicated Bruno view, or from the file explorer.

It is highly intermittent and sometimes the view will open or switching between file editor view and back will fix it (until you open another bru file or request)

Sometimes you get nothing but a blank view

NOTE: I am working from VSCode within WSL2

.bru file to reproduce the bug

Any .bru file will trigger this, here's a trivial example

meta {
  name: List All
  type: http
  seq: 6
}

get {
  url: http://localhost:8000/api/monitors
  body: none
  auth: inherit
}

assert {
  res.status: eq 200
  res.body: isArray
}

Screenshots/Live demo link

https://github.com/user-attachments/assets/c88f2ef3-1d44-4ffe-8d80-3b2af30dad7a

benc-uk avatar Sep 08 '25 15:09 benc-uk

This likely has to do with WSL2. We will try to reproduce it on our end.

helloanoop avatar Sep 08 '25 17:09 helloanoop

I'm having the same problem on linux but only when I make the request

https://github.com/user-attachments/assets/8c13a95f-d655-440f-8d3c-1c011865d72e

Versão: 1.107.0-insider Confirmar: 5be9da2ea15237cbad778cdf6293519dfba05006 Data: 2025-11-14T05:03:44.389Z Electron: 39.1.2 ElectronBuildId: 12766293 Chromium: 142.0.7444.134 Node.js: 22.21.1 V8: 14.2.231.17-electron.0 SO: Linux x64 6.17.7-lqx1-1-lqx

ViniciusRed avatar Nov 14 '25 19:11 ViniciusRed

Any updates?

This makes the Bruno extension unusable for anyone using VSCode with WSL, via Codespaces, SSH remote and many other scenarios.

It's not specific to WSL

benc-uk avatar Nov 22 '25 16:11 benc-uk