-
-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Let's consider this example:
###
# @name LOGIN
POST {{API_URL}}/auth/signin HTTP/1.1
Content-Type: application/json
{
"email": "{{USERNAME}}",
"password": "{{PASSWORD}}"
}
###
# @name WS_DETAILS
GET {{API_URL}}/currentWorkspace
Authorization: Bearer {{LOGIN.response.body.*}}
The {{LOGIN.response.body.*}} generates an error in diagnostic: Parsing error in header.
Check health
==============================================================================
kulala: 4 β οΈ 2 β
System: ~
- {OS} Darwin 25.3.0
- {Neovim} version 0.11.6
- {kulala.nvim} version 5.3.4
Tools: ~
- β
OK {cURL} found: /usr/bin/curl (version: 8.7.1)
- β ERROR {gRPCurl} not found
- β ERROR {websocat} not found
- β
OK {openssl} found: /opt/homebrew/bin/openssl (version: 3.6.1)
- β
OK {NPM} found: /Users/meghnaad/.local/state/fnm_multishells/72144_1772119979235/bin/npm (version: unknown)
Formatters: ~
- β
OK {application/graphql-response+json} formatter: jq .
- β οΈ WARNING {application/lua} formatter not found
- β οΈ WARNING {application/javascript} formatter not found
- β οΈ WARNING {text/html} formatter not found
- β οΈ WARNING {application/graphql} formatter not found
- β
OK {application/xml} formatter: xmllint --format -
- β
OK {application/json} formatter: jq .
To Reproduce
Steps to reproduce the behaviour:
- Copy the example mentioned above
- Open that example in a properly set up Kulala environment.
- You can see the errors.
Expected behaviour
Those variable interpolations shouldn't be flagged as errors.
Screenshots

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working