Home > Development Tools > VSCode > body text

How to open vscode in cmd

王林
Release: 2019-12-16 10:56:31
Original
8386 people have browsed it

How to open vscode in cmd

First, open the installation directory of VScode, find the bin directory and open it, such as this:

How to open vscode in cmd

Click the address bar above And copy the address of the bin file

How to open vscode in cmd

After that, right-click 'My Computer'->Click Properties->Click Advanced System Settings->Click Environment Variables

Edit the PATH variable in the user variable, add a semicolon (English format), and add the bin file directory

How to open vscode in cmd

If there is no PATH variable, you can create a new one. This is the point. No need to add your number.

In the file you want to open, press shift and right-click the mouse. There will be an 'Open command window here' command in the right-click menu. Or search for cmd in the start menu to open the command line tool, and cd to enter. Desired file directory.

Pictured:

How to open vscode in cmd

Recommended related articles and tutorials: vscode tutorial

The above is the detailed content of How to open vscode in cmd. 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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!