VS Code configs


VS Code has many features but also it will have different settings in different computer. Some common setup can be found below.

Configure display Language

Change display language.

Ctrl+Shift+P -> Configure display language -> Select your language

https://code.visualstudio.com/docs/getstarted/locales

Terminal Profiles

If you can open terminal, then you can switch to another terminal from the terminal pane.

If you cannot open terminal, eg. your company block your PowerShell access, then you can switch to Windows Command Prompt before you open the terminal pane.

Ctrl+Shift+P -> Terminal Select Default Profile -> Command Prompt

https://code.visualstudio.com/docs/terminal/profiles

Format on Save

Go to User Settings (Ctrl+,)

Then search “formatonsave”.

Enable “Format On Save”.

,