hsen-dev / vscode-elastic

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

support full urls #62

Closed barnuri closed 2 years ago

barnuri commented 2 years ago

@hsen-dev please merge this, for allow to do something like that for example ES_HOST = https://localhost:9200/_search

GET /_search will call https://localhost:9200/_search

GET https://myaddress.org/_search will call https://myaddress.org/_search