Andreas Weber
Andreas Weber
@klutzer I do not have global variables. The environment is global. [The variables are always present only in the respective httpRegion. Since this approach was too strict for myself, the...
Seems to be same issue as #864
Yesterday I got the same error. I tried again and now my publish Pipeline was succesfull https://github.com/AnWeber/vscode-httpyac/actions/runs/8070479326/job/22083952512 Seems to be fixed with https://gitlab.eclipse.org/eclipsefdn/it/api/eclipsefdn-profile-api/-/issues/95
> And it would be a huge benefit to migrate some of those huge postman collections into this simple format. Intellij already provides such a tool, but only for Ultimate...
@woolfas I had to take my time for the feature. I didn't want to reject it because it was complex to implement. I would have a simple solution by now....
My proposed solution is released with v6.0.0. Please test my change. Thanks.
The current implementation is that I execute all requests and search for the named variable at the end. An abort is difficult, since I must either reset the complete cache,...
I don't currently have such behavior integrated in vscode, however it would be possible. If you use [httpyac](https://www.npmjs.com/package/httpyac) directly, you can currently already execute all files of a folder and...
@victor-marino The behavior is relatively simple to implement. - [integrate a loop for the iterations here](https://github.com/AnWeber/vscode-httpyac/blob/main/src/provider/test/testRunner.ts#L42). - [set property `processedHttpRegions` to get information of every executed httpRegion](https://github.com/AnWeber/vscode-httpyac/blob/main/src/provider/test/testRunner.ts#L148) - output the...
> By the way, if I may ask: judging by the open-source nature and MIT license of the project, I take it you have no plans of monetizing the extension...