Can't run multiple request in a file #107
Replies: 1 comment
-
Incase anyone comes accross this, the request should be separated by ### GET https://jsonplaceholder.typicode.com/posts/1
accept: application/json
###
GET https://www.googleapis.com/books/v1/volumes?q=python
accept: application/json |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I do not know if this is a bug or incorrect set up, if i have multiple HTTP requests in a file, only the first one is being ran.
I will attach some picture to explain what I am saying.
Note the virtual text after the request, shows i ran the first request, also note the response
Now see the next request is sent, the response is the same with the first even tho it showed that the request was sent
Now, i changed it and made the second request first and ran it, this time, the response changed
Now, when i ran the second, it still shows the response
The only thing i changed is the icons, this is my config
And no, I am not using lazyvim, I just opened it for reference.
Beta Was this translation helpful? Give feedback.
All reactions