提交 895f7b26 编写于 作者: B Benjamin Pasero

Set window.restoreWindows default to restore all windows (fix #87258)

上级 25810007
......@@ -239,7 +239,7 @@ import product from 'vs/platform/product/common/product';
nls.localize('window.reopenFolders.one', "Reopen the last active window."),
nls.localize('window.reopenFolders.none', "Never reopen a window. Always start with an empty one.")
],
'default': 'one',
'default': 'all',
'scope': ConfigurationScope.APPLICATION,
'description': nls.localize('restoreWindows', "Controls how windows are being reopened after a restart.")
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册