mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
Allow to configure workbench.editor.restoreViewState per language (fix #101110)
This commit is contained in:
@@ -150,8 +150,9 @@ import { workbenchConfigurationNodeBase } from 'vs/workbench/common/configuratio
|
||||
},
|
||||
'workbench.editor.restoreViewState': {
|
||||
'type': 'boolean',
|
||||
'description': nls.localize('restoreViewState', "Restores the last view state (e.g. scroll position) when re-opening files after they have been closed."),
|
||||
'description': nls.localize('restoreViewState', "Restores the last view state (e.g. scroll position) when re-opening textual editors after they have been closed."),
|
||||
'default': true,
|
||||
'scope': ConfigurationScope.LANGUAGE_OVERRIDABLE
|
||||
},
|
||||
'workbench.editor.centeredLayoutAutoResize': {
|
||||
'type': 'boolean',
|
||||
|
||||
Reference in New Issue
Block a user