Valorant requires a restart or loads slowly when entering the game. What can I do? I have an idea.

Valorant is a free first -person tactical shooting game developed by Riot Games, which combines the exact system of arms shooting and heroism. Players will be transformed into agents and will compete for target points using team collaboration, tactical layout and skills cooperation 5V5 offensive and defense stroke. The game has a low economic system and high competitiveness. Before each game start, buy weapons and armor according to tactical needs and use a combination of heroic skills to create the benefits of the battlefield. Its solid ballistic mechanism and map design require players for accurate purposes and tactical decision -making. At the same time, the rich character pool and skill combination give the game a strategic depth. If you have the problems you need to restart or slowly load while playing a "Varorant", try the following systematic solution: Network environment optimization is the main solution. Because valante servers can be introduced abroad, physical dist...

一文教会你 VSCode如何配置SOCKS5代理

方法一、编辑器页面无法配置

第一个直接的方法是直接通过VSCode的设置进行配置,但是页面提示需要满足http开头的正则才能正确配置上,这样的方式无法配置成功


通过VSCode github issue得知VSCode从未支持过SOCK5方式的代理,
跳转到Network Connections in VSCode后,
了解到VSCode使用了Chromium网络通信组件,
因此可以尝试Chromium的代理设置

方法二、命令行参数成功配置SOCKS5

翻阅Chromium network settings,Chromium通过启动是增加以下命令行参数实现SOCKS代理设置

1
2
--proxy-server="socks5://myproxy:8080"
--host-resolver-rules="MAP * ~NOTFOUND , EXCLUDE myproxy"

因此在本地VSCode快捷方式中目标参数增加以上命令项,即可实现VSCode的SOCKS5代理

1
C://****/Code.exe --proxy-server="socks5://myproxy:8080" --host-resolver-rules="MAP * ~NOTFOUND , EXCLUDE myproxy"
-

Comments

Popular posts from this blog

干翻 nio ,王炸 io_uring 来了 ,史上最详细说明及最全图解!!

Google谷歌镜像网址/网站大全,亲测可用!

便宜好用又稳定的VPN-桔子云,性价比极高!