How do I change proxy settings in Visual Studio?
I am not very experienced with setting up my dev environment in Windows.
In the past, I set up Visual Studio as a "Debugger" so I could debug any code without having to run the application from Visual Studio. In the past, I would use Visual Studio > Tools > Options > Projects and Solutions > General. I have had issues in the past with "Invalidate caches" or something like that.
How do I set up my environment for a proxy? I need to be able to download code from Github from behind the proxy. As @Prajwal Sareen mentioned, Visual Studio does not have a global proxy setting. The easiest way I've found is to use PowerShell to set the environment variables. You will need to open a powershell window and you can add these to the env variable list: "
If you are using PowerShell in Visual Studio, you need to close and reopen your Visual Studio session for it to take effect.
Related Answers
What is the difference between VS studio and Android Studio?
Is the free version of Android Studio worth it? Is android studio g...
How to configure Visual Studio proxy?
I want to change my proxy settings from http to socks5. And then how do...
How do I change proxy settings in Visual Studio?
I've installed Visual Studio for Desktop development recently. A...