vscode setting

// 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
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容