提交 2c9bafc1 编写于 作者: J Johannes Rieken

move editor.formatOnSave into editor category, #15290

上级 c5b6a567
......@@ -223,7 +223,16 @@ configurationRegistry.registerConfiguration({
// TODO: Switch to true once sufficiently stable
'default': false,
'description': nls.localize('hotExit', "Controls whether unsaved files are restored after relaunching. If this is enabled there will be no prompt to save when exiting the editor.")
},
}
}
});
configurationRegistry.registerConfiguration({
id: 'editor',
order: 5,
type: 'object',
title: nls.localize('editorConfigurationTitle', "Editor"),
properties: {
'editor.formatOnSave': {
'type': 'boolean',
'default': false,
......@@ -259,4 +268,4 @@ configurationRegistry.registerConfiguration({
'default': true
}
}
});
\ No newline at end of file
});
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册