Total Pageviews

Showing posts with label Visual Studio Code. Show all posts
Showing posts with label Visual Studio Code. Show all posts

2017/01/04

[VS Code] How to configure proxy setting?

Problem
If I would like to change the proxy setting in Visual Studio Code, how to do?

How-To
Step1. Open setting.json


Then you can see the default setting values in setting.json


Step2. Set your proxy values to overwrite the default values



Reference
[1] https://code.visualstudio.com/docs/customization/userandworkspace

2016/08/07

[Visual Studio Code] How to Change Visual Studio Code Display Language

Problem
After I installed Visual Studio Code, its display language show Transitional Chinese. How do I change it to English?


How-To
Step1. Press F1


Step2. type config in Command Palette and choose Configure Language


Step3. Update locale from zh-tw to en-US




Step4. restart Visual Studio Code



Reference
[1] https://code.visualstudio.com/docs/customization/locales