hsen-dev / vscode-elastic

Elasticsearch for VSCode
https://marketplace.visualstudio.com/items?itemName=ria.elastic
The Unlicense
165 stars 27 forks source link

GET queries wont run without a body #34

Closed kthompson closed 6 years ago

kthompson commented 6 years ago

It appears that the Run Query is disabled when there is no body in for a request

This will work fine: works

This will not: doesnt work

And it is the same whether I use the hot-key or hit the Run Query button.

Current Version: 0.13.2 VS Code Version: 1.24.1 on Windows