1
0
mirror of synced 2025-12-19 09:57:42 -05:00

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.
This commit is contained in:
hubwriter
2021-11-25 12:33:40 +00:00
committed by GitHub
parent 95cf960699
commit 98c2d939b2

View File

@@ -2,4 +2,6 @@
"files.exclude": {
"**/translations": true
}
}
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false
}