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.
8 lines
157 B
JSON
8 lines
157 B
JSON
{
|
|
"files.exclude": {
|
|
"**/translations": true
|
|
}
|
|
"workbench.editor.enablePreview": false,
|
|
"workbench.editor.enablePreviewFromQuickOpen": false
|
|
}
|