Home  >  Article  >  Development Tools  >  How to set vscode to create a new window when opening a file

How to set vscode to create a new window when opening a file

王林
王林Original
2019-12-30 10:36:054255browse

How to set vscode to create a new window when opening a file

1. Use the ctrl shift p shortcut key to open the search box;

2. Then enter settings

How to set vscode to create a new window when opening a file# in the search box

##3. The settings.json file is the editor configuration file. Open the file as follows:

How to set vscode to create a new window when opening a file

4. The attributes that control the display of this window are:

workbench.editor.showTabs

Set it to look like this:

How to set vscode to create a new window when opening a file

Done!

Recommended related articles and tutorials:

vscode tutorial

The above is the detailed content of How to set vscode to create a new window when opening a file. 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