Visual Studio Code settings in version 1.10.1 for UEFI BIOS coding

本文介绍了一个详细的VSCode配置文件设置方案,包括了编辑器显示设置、文件排除规则、文件关联等,帮助用户提升开发效率。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

// Place your settings in this file to overwrite the default settings
{



    // Whether the proxy server certificate should be verified against the list of supplied CAs.
    "http.proxyStrictSSL"true,

    // Controls how the editor should render whitespace characters, posibilties are 'none', 'boundary', and 'all'. The 'boundary' option does not render single spaces between words.
    "editor.renderWhitespace""all",

    // Controls whether the editor should render indent guides
    "editor.renderIndentGuides"true,

    // Controls if the editor should automatically format the line after typing
    "editor.formatOnType"true,

    // Controls if the editor will scroll beyond the last line
    "editor.scrollBeyondLastLine"false,

    // Controls how the editor should render the current line highlight, possibilities are 'none', 'gutter', 'line', and 'all'.
    "editor.renderLineHighlight""all",

    // Is git enabled
    "git.enabled"false,

    // Automatically update extensions
    "extensions.autoUpdate"true,

    // Configure glob patterns for excluding files and folders.
    "files.exclude": {
        "**/.git"true,
        "**/.svn"true,
        "**/.hg"true,
        "**/NULL"true,
        "**/.DS_Store"true,
        "**/*.{bin,rom,ifwi,dll,lib,efi,exe,doc,docx,xls,EXE,idb,pdb,rtf}"true,
        "**/*.{signed,cap,html}"true,
        "**/*.{gitignore,user,p4ignore,sln}"true,
        "Build"true// exclude Build folder
        ".vscode"true
    },

    // Configure glob patterns of file paths to exclude from file watching. Changing this setting requires a restart. When you experience Code consuming lots of cpu time on startup, you can exclude large folders to reduce the initial load.
    "files.watcherExclude": {
        "**/.git/objects/**"true,
        "**/.git"true,
        "**/.svn"true,
        "**/.hg"true,
        "**/.DS_Store"true,
        "**/*.{bin,rom,ifwi,dll,lib,efi,exe,doc,docx,xls,EXE,idb,pdb,rtf}"true,
        "**/*.{gitignore,user,p4ignore,sln}"true,
        "Build"true// exclude Build folder
        ".vscode"true
    },

    // Configure file associations to languages (e.g. "*.extension": "html"). These have precedence over the default associations of the languages installed.
    "files.associations": {
        "*.mak""makefile"
        "*.inf""ini",
        "*.dec""makefile",
        "*.dsc""makefile",
        "*.fdf""makefile",
        "*.uni""cpp"
    },

    // Enable usage data and errors to be sent to Microsoft.
    "telemetry.enableTelemetry"false,

    // Enable crash reports to be sent to Microsoft.
    // This option requires restart to take effect.
    "telemetry.enableCrashReporter"false,

    // Controls if Quick Open should close automatically once it loses focus.
    "workbench.quickOpen.closeOnFocusLost"false,

    "window.zoomLevel"0,
    "window.title""${dirty}${activeEditorShort}${separator}${activeEditorLong}"
}
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值