-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using No Proxy #176
Comments
Unfortunately, I am just discovering that this is very difficult to do. About an own hook in a
module.exports = {
configureHooks: (api) => {
api.hooks.onRequest.addHook('delete_proxy', function (_request,context) {
delete context.config.proxy;
});
}
} |
With next release a setting proxyExcludeList is added to ignore proxy setting. Alternativly you could ignore proxy setting with metadata ignore failed build in vscode-httpyac. I should merge |
How do we set up no proxy directly in http yac?
I use proxy settings for vscode but in it too, we cannot set no proxy ... can I set no proxy directly for httpyac?
something like "thunder-client.excludeProxyHostList": "localhost"
The text was updated successfully, but these errors were encountered: