Home  >  Article  >  Development Tools  >  How to create a vscode project

How to create a vscode project

爱喝马黛茶的安东尼
爱喝马黛茶的安东尼Original
2019-12-06 14:07:369402browse

How to create a vscode project

1. First of all, vscode itself does not have the option to create a new project, so you need to create an empty folder first.

How to create a vscode project

#2. Then open vscode, and then open the folder in vscode, so that you can create the project.

How to create a vscode project

#3. As shown in the picture, select the empty file created before as the vscode folder.

How to create a vscode project

#4. As shown in the picture, the folder has been selected, but it is not complete at this time. We need to configure it.

How to create a vscode project

5. Ctrl shift p, then enter task, click the first option to configure.

How to create a vscode project

#6. As shown in the figure, it will jump. Select other again... to automatically generate the configuration file.

How to create a vscode project

#7. As shown in the picture, there are json type configuration files in the original empty folder. This is a complete project folder.

How to create a vscode project

PHP Chinese website has a large number of free vscode introductory tutorials, everyone is welcome to learn!

The above is the detailed content of How to create a vscode project. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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