I have checked the following:
This bug is:
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

I have checked the following:
This bug is:
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