How to create a new window when vscode opens a file:
Use the ctrl shift p shortcut key to open the search bar and search for settings.
Open the settings.json file, find the workbench.editor.showTabs item, and set its value to true.
Recommended learning: vscode tutorial
The above is the detailed content of How to set up a new window when opening a file in vscode. For more information, please follow other related articles on the PHP Chinese website!