Skip to content

Commit

Permalink
Disable proxies again
Browse files Browse the repository at this point in the history
  • Loading branch information
badsyntax committed Jun 4, 2020
1 parent 3c84c49 commit ffaeebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export class GradleTasksClient implements vscode.Disposable {
this.grpcClient = new GrpcClient(
`localhost:${this.server.getPort()}`,
grpc.credentials.createInsecure(),
{ 'grpc.enable_http_proxy': 1 }
{ 'grpc.enable_http_proxy': 0 }
);
const deadline = new Date();
deadline.setSeconds(deadline.getSeconds() + this.connectDeadline);
Expand Down

0 comments on commit ffaeebe

Please sign in to comment.