Home > Article > Development Tools > How to initialize vscode
How to initialize vscode?
1. Change the vscode language environment to Chinese
Recommended learning: vscode tutorial
[WHY]I just discovered that my environment has always been It’s in English, let’s change it...
a. Press the shortcut key: Windows, Linux shortcut key is: ctrl shift p macOS shortcut key is: command shift p
b.
c. If it originally was "en", change it to the picture below. (Note: If you delete it all the way to the colon, a code prompt will pop up)
d. Restart. If there is no change, you need to install the Chinese language environment.
e. After installation, a software restart reminder will pop up, and the software will restart. That’s it.
2. Configure the python compilation environment
a. Install this
.
b. Then F5, the prompt box
No Python interpreter is selected. You need to select a Python interpreter..............
will pop up in the lower right corner. It seems that you clicked the first button, and then a drop-down box will automatically pop up for you to choose your python compiler. Just choose the one you installed. python exe file.
Then there was a prompt box: It said it was not installed
So I clicked install.
Complete.
The above is the detailed content of How to initialize vscode. For more information, please follow other related articles on the PHP Chinese website!