// Place your settings in this file to overwrite the default settings
{
// Controls auto save of dirty files. Accepted values: "off", "afterDelay", "onFocusChange". If set to "afterDelay" you can configure the delay in "files.autoSaveDelay".
"files.autoSave": "afterDelay",
// Controls the delay in ms after which a dirty file is saved automatically. Only applies when "files.autoSave" is set to "afterDelay"
"files.autoSaveDelay": 1200,
// Controls if the editor should automatically format the line after typing
"editor.formatOnType": true,
// Controls the font size.
"editor.fontSize": 17,
// Indent <head> and <body> sections.
"html.format.indentInnerHtml": true,
// Format and indent {{#foo}} and {{/foo}}.
"html.format.indentHandlebars": false,
// End with a newline.
"html.format.endWithNewline": true,
// Keep peek editors open even when double clicking their content or when hitting Escape.
"editor.stablePeek": true,
// Controls if opened editors show as preview. Preview editors are reused until they are kept (e.g. via double click or editing).
"workbench.editor.enablePreview": false,
// Controls if opened editors from Quick Open show as preview. Preview editors are reused until they are kept (e.g. via double click or editing).
"workbench.editor.enablePreviewFromQuickOpen": false,
"typescript.check.tscVersion": false,
// Format a file on save. A formatter must be available, the file must not be auto-saved, and editor must not be shutting down.
"editor.formatOnSave": true,
// Controls if the minimap is shown
"editor.minimap.enabled": false,
"editor.formatOnPaste": false
}

Upload vscode-extensions
网友评论