Skip to content

Bruno plugin for Visual Studio Code crashes when editing a request #42

@antoniomtnez

Description

@antoniomtnez

I have checked the following:

  • 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
  • annoying
  • this feature was working in a previous version but is broken in the current release.

Bruno version

3.0.2

Operating System

macOs 26.2 (25C56)

Describe the bug

The Bruno application itself works fine, but the Visual Studio Code plugin has a critical issue: when trying to edit a request, the plugin closes unexpectedly with an error.

.bru file to reproduce the bug

meta {
name: Login
type: http
seq: 1
}

post {
url: {{instanceUrl}}/web/session/authenticate
body: json
auth: none
}

body:json {
{
"jsonrpc": "2.0",
"method": "call",
"params": {
"db": "{{instanceDb}}",
"login": "{{instanceUser}}",
"password": "{{instanceUserPassword}}"
}
}
}

Screenshots/Live demo link

Image

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions