cedric05 / dothttp

dsl for http. https://marketplace.visualstudio.com/items?itemName=ShivaPrasanth.dothttp-code

Home Page:https://docs.dothttp.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

History item execute not working properly

cedric05 opened this issue · comments

steps to reproduce:

  1. create below file
  2. execute
  3. reopen http file
  4. execute, (you will run into error)
POST https://api.spacex.land/graphql

json(
    {
        "query":"{
  dragons {
    description
    dry_mass_kg
    active
  }
}
",
        "variables":null
    }
)

could be issue with dothttp

issue is with dothttp.

⚠️ fixing this could cause other regressions.