Home > Article > Development Tools > How Mac Vscode works
How does Mac Vscode run?
Run VSCode from the command line (macOS system)
The installation script of the Windows version of VSCode has an option to add Code to PATH, but the macOS version does not. Some people think of making a symbolic link for VSCode and adding it to PATH, but in fact this will cause problems (configuration item loading error). In fact, VSCode itself can create code commands.
Recommended tutorial: vscode tutorial
● Open vscode
● Use the shortcut key shift command p to run the command shell code
● End
From now on you can use the code command in the command line.
The above is the detailed content of How Mac Vscode works. For more information, please follow other related articles on the PHP Chinese website!