Home > Development Tools > VSCode > How Mac Vscode works

How Mac Vscode works

藏色散人
Release: 2019-11-12 09:58:55
Original
5588 people have browsed it

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.

How Mac Vscode works

The above is the detailed content of How Mac Vscode works. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template