Skip to content

Commit 98c2d93

Browse files
authored
Open files rather than previewing them
Allows you to have multiple files open in tabs even if you haven't changed them, rather than the next file you open replacing the existing (unchanged) file.
1 parent 95cf960 commit 98c2d93

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.vscode/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
"files.exclude": {
33
"**/translations": true
44
}
5-
}
5+
"workbench.editor.enablePreview": false,
6+
"workbench.editor.enablePreviewFromQuickOpen": false
7+
}

0 commit comments

Comments
 (0)