The method for creating a new directory in vscode is:
1. First of all, vscode itself does not have the option to create a new project, so you must first create an empty one folder. Here, we create a new VueDemo folder on the desktop, as shown below:
2. Then open vscode, click the file in the upper left corner of vscode, and open the folder options, as follows As shown:
#3. Select the empty file created before as the vscode folder.
After that, you can see the following interface in VS code.
Recommended tutorial: "VSCode Tutorial"
The above is the detailed content of How to create a new directory in vscode. For more information, please follow other related articles on the PHP Chinese website!