[Solved] Ubuntu 18.04 installation vscode configuration and error reporting

Installation

Sinicization

1. CTRL + Shift + P to start command mode

2. Search

Configure display language

3、install add language packs

4. Select the Chinese language pack installation, prompt the user to update the language in the lower right corner, and select OK to restart vscode

Error reporting processing

Unable to install extension 'ms-ceintl.vscode-language-pack-zh-hans' as it is not compatible with VS Code '1.37.1'.

Just change the language pack version

Unable to install extension 'ms-ceintl.vscode-language-pack-zh-hans' as it is not compatible with VS Code '1.37.1'.

In this case, the extension does not have permission. Just change the directory permission to link to the original blogger

sudo chown -R Your Username ~/.vscode/extensions

 

Similar Posts: