petrbroz / vscode-forge-tools

Visual Studio Code extension for accessing Autodesk Forge services and content.
https://marketplace.visualstudio.com/items?itemName=petrbroz.vscode-forge-tools
MIT License
74 stars 17 forks source link

Using an extensions beyond the proxy #39

Closed CADBIMDeveloper closed 8 months ago

CADBIMDeveloper commented 3 years ago

Hi, Petr,

I have a problem running your great VSCode extension beyond the proxy. It seems, it doesn't get the proxy configuration from the system settings, so I get: изображение

In my C# code I fix such issues with this row: WebRequest.DefaultWebProxy.Credentials = CredentialCache.DefaultNetworkCredentials;

I don't have an experience on creating VSCode extensions, so I created this issue instead of pull request, sorry

petrbroz commented 3 years ago

Hi Alex, sorry for the troubles, and thanks for letting me know! I've never seen this issue before, but I'll definitely take a look.

petrbroz commented 8 months ago

Hi @CADBIMDeveloper, I'm starting off the year (btw Happy New Year!) with some cleanup work. Is the proxy still an issue, or can we close this?

CADBIMDeveloper commented 8 months ago

Hi @petrbroz , Happy New Year too!

I'm not working in the company I've faced this issue any more, so closing it.