Andreas Weber
Andreas Weber
@jorelius I don't want to give you hope:-) Search for httpyac in marketplace. I made my own extension, which is mostly compatible.
> why did he create his own version?!‘ I was bothered by the fact that rest-client has no scripting capability and thus cannot be developed further without changes to the...
@QuAzI Look at my account and the repos. I will add a link in the docs, but I did not want to move the sources to the organization. Maybe later.
Maybe pr #674 is helpful for this use case
Two Requests in same Code Cell will not work. After saving and reloading, the two requests are split into separate code cells. I would have to add a unique seaparator...
@boobin Can you possibly help me to create a setup how I can reproduce the error. I believe that it is not a bug of my code but more a...
@pocomane why do you feel it is a overkill? Importing is only using `@import ./var.http` are the docs to overwhelming. How can httpyac improve?
To set variables, you can simply add them inline right before the request (see https://httpyac.github.io/guide/variables.html#inline-variables). ``` @foo=bar GET https://httpbin.org/anything?q={{foo}} ``` Or alternatively you could import an [.env file](https://httpyac.github.io/guide/environments.html#dotenv), [Intellij Idea...
@klutzer How would you solve the data problem here? I could then only allow the input of text, since VSCode otherwise does not provide me with any controls see https://code.visualstudio.com/api/references/vscode-api#InputBox)....
@klutzer The behavior could be a bug. I have a certain order for loading the variables (default > config (file or vscode) > env > cached variables > variables) and...