﻿{
    "type": "object",
    "title": "常用配置",
    "description": "",
    "properties": {
        "explorer.fontSize": {
            "type": "string",
            "title": "项目管理器字体大小",
            "description": "项目管理器字体大小，单位像素"
        },
        "editor.fontSize": {
            "type": "integer",
            "title": "编辑器字体大小",
            "description": "编辑器字体大小，单位像素"
        },
        "editor.fontFamily": {
            "win32": {
                "platform": "win32",
                "title": "编辑字体(英文)",
                "description": "编辑英文显示的字体， 需要自定义字体请先在操作系统内安装相应字体。",
                "enum": [
                    "Arial",
                    "Consolas",
                    "Courier",
                    "Courier New",
                    "Monaco",
                    "monospace",
                    "MS Sans Serif"
                ]
            },
            "macos": {
                "platform": "macos",
                "title": "编辑字体(英文)",
                "description": "编辑英文显示的字体， 需要自定义字体请先在操作系统内安装相应字体。",
                "enum": [
                    "Arial",
                    "Consolas",
                    "Courier",
                    "Courier New",
                    "Helvetica",
                    "Helvetica Neue",
                    "Menlo",
                    "Monaco",
                    "monospace"
                ]
            },
            "type": "string"
        },
        "editor.fontFmyCHS": {
            "win32": {
                "platform": "win32",
                "title": "编辑字体(中文)",
                "description": "编辑中文显示的字体， 需要自定义字体请先在操作系统内安装相应字体",
                "enum": [
                    "(空)",
                    "微软雅黑",
                    "微软雅黑 Light",
                    "宋体",
                    "新宋体",
                    "仿宋",
                    "楷体",
                    "黑体"
                ]
            },
            "macos": {
                "platform": "macos",
                "title": "编辑字体(中文)",
                "description": "编辑中文显示的字体， 需要自定义字体请先在操作系统内安装相应字体",
                "enum": [
                    "(空)",
                    "华文细黑",
                    "华文黑体",
                    "华文楷体",
                    "华文宋体",
                    "华文仿宋"
                ]
            },
            "type": "string"
        },
        "editor.tabSize": {
            "type": "integer",
            "title": "制表符长度",
            "description": "一个制表符（tab）等于的空格数"
        },
        "editor.insertSpaces": {
            "type": "boolean",
            "title": "空格代替制表符",
            "description": "按 \"Tab\" 时插入空格。值为true时，按下Tab键插入制表符宽度editor.tabSize值对应个数的空格"
        },
        "editor.saveOnFocusLost": {
            "type": "boolean",
            "title": "失去焦点自动保存",
            "description": "编辑器失去焦点时自动保存。值为true时，编辑器在失去焦点时自动保存当前内容"
        },
        "files.associations.suffixs": {
            "type": "string",
            "title": "文件类型关联",
            "platform": "win32",
            "description": "在操作系统中关联以下后缀名的文件（如md,json），设置其默认打开程序为HBuilder X"
        },
        "files.associations.contextmenu": {
            "type": "boolean",
            "title": "关联右键菜单",
            "platform": "win32",
            "description": "“我的电脑”中文件的右键菜单，出现“Open With HBuilder X”"
        },
        "files.associations": {
            "type": "object",
            "title": "语言关联配置",
            "description": "配置语言关联(如: \"*.htm\": \"html\")，可配置的语言类型点击编辑器右下角可见，此处填入相应名称即可"
        },
        "files.exclude": {
            "type": "string",
            "title": "项目管理器过滤器配置(重启后生效)",
            "description": "配置项目管理器不显示的文件和文件夹，每个规则以半角逗号分隔"
        },
        "dir.exclude": {
            "type": "string",
            "title": "搜索默认不包含的目录",
            "description": "不搜索的文件夹，每个规则以半角逗号分隔"
        },
        "terminal.maxcount": {
            "type": "string",
            "title": "打开终端数量",
            "description": "最多允许打开终端数量，由于终端比较占用资源，打开过多终端可能会导致崩溃"
        },
        "editor.wordWrap": {
            "type": "boolean",
            "title": "自动换行",
            "description": "全局默认是否自动换行。当值为true时，启用自动换行"
        },
        "editor.wordWrapMode": {
            "type": "string",
            "title": "选择自动换行方式",
            "description": "需要开启自动换行后该设置才会生效",
            "enum": [
                "char",
                "word",
                "@title/按字符截取",
                "@title/按单词截取"
            ]
        },
        "editor.renderWhitespace": {
            "type": "boolean",
            "title": "高亮时显示空白字符",
            "description": "不含行尾换行符"
        },
        "workbench.titleBar.useNativeStyle": {
            "platform": "win32",
            "type": "boolean",
            "title": "使用传统windows窗口样式",
            "description": "勾选后，顶部菜单将不再是沉浸式，而变成传统windows窗口样式。重启后生效。"
        },
        "localHistory.file.maxBackupCount": {
            "type": "integer",
            "title": "单个文件最大备份数量",
            "description": ""
        },
        "localHistory.file.maxBackupSize": {
            "type": "integer",
            "title": "单个文件大小限制",
            "description": "限制要备份的文件大小，单位KB"
        },
        "localHistory.file.maxBackupDays": {
            "type": "integer",
            "title": "最长保存时间",
            "description": "备份的文件最长保存时间，单位为天。以每日0点为分界，0点过后加1天，0天表示当前日期0点后的时间段。"
        },
        "explorer.expandsOnClick": {
            "type": "boolean",
            "title": "项目管理器单击展开/折叠目录",
            "description": "若关闭此选项则是双击展开/折叠目录"
        },
        "explorer.folder.openExplorerViewOnClick": {
            "type": "boolean",
            "title": "项目管理器点击目录时打开内部资源管理器",
            "description": "单击或双击项目管理器内的目录时，在右侧编辑器区域打开内部资源管理器标签卡"
        },
        "explorer.confirmDragAndDrop": {
            "type": "boolean",
            "title": "项目管理器拖拽移动文件时弹框确认",
            "description": "",
            "default":true
        },
        "logInfo.auto.reportCrash": {
            "type": "boolean",
            "title": "帮助我们改进HBuilderX的功能和性能",
            "description": "自动将使用情况统计信息和崩溃报告给我们"
        },
        "software.update.settings": {
            "type": "string",
            "title": "更新设置",
            "description": "配置是否检查更新,更改后需要重新启动",
            "enum": [
                "default",
                "manual",
                "@title/启动时自动检查更新",
                "@description/",
                "@title/手动检查更新",
                "@description/"
            ],
            "default": "default"
        },
        "editor.showEndOfLine": {
            "type": "boolean",
            "title": "显示换行符",
            "description": "是否显示换行符。当值为true时显示行尾的回车符"
        },
        "editor.showDefaultEndOfLine": {
            "type": "string",
            "title": "选择默认换行符",
            "description": "只影响敲下回车键的行为",
            "enum": [
                "\\r\\n",
                "\\r",
                "\\n"
            ]
        },
        "editor.minimap.maxPixelWidth": {
            "type": "integer",
            "title": "迷你地图最大像素宽度",
            "description": "迷你地图最大像素宽度，请输入大于零的整数"
        },
        "editor.scrollbarHoverPreview.enabled": {
            "type": "boolean",
            "title": "鼠标悬停预览",
            "description": "鼠标在编辑器滚动条或迷你地图悬停时，预览鼠标位置的内容"
        },
        "editor.saveFoldStatus.enabled": {
            "type": "boolean",
            "title": "关闭时记忆文档折叠状态",
            "description": ""
        },
        "editor.editorConfigSupport": {
            "type": "boolean",
            "title": "启用.editorconfig支持",
            "description": "启用后将覆盖编辑器配置"
        },
        "editor.viewIndentationGuides": {
            "type": "boolean",
            "title": "显示代码缩进对齐线",
            "description": ""
        },
        "editor.longLineIndicator": {
            "type": "boolean",
            "title": "显示长行指示竖线",
            "description": ""
        },
        "editor.longLineIndicatorColumn": {
            "type": "integer",
            "title": "长行指示竖线显示在第几列",
            "description": ""
        },
        "editor.lineHeight": {
            "type": "string",
            "title": "编辑器行高",
            "description": "文档行间距比例，取值为1.x，例如1.5代表1.5倍行高"
        },
        "editor.onlyHighlightWord": {
            "type": "boolean",
            "title": "仅在选择一个完整的单词时触发相同词高亮",
            "description": ""
        },
        "editor.formatOnSave": {
            "type": "boolean",
            "title": "保存时自动格式化",
            "description": "在保存文件时自动格式化"
        },
        "editor.matchesChars.enable": {
            "type": "boolean",
            "title": "启用自动匹配字符功能",
            "default": true
        },
        "editor.matchesChars": {
            "type": "string",
            "title": "自动匹配匹配字符设置",
            "description": "输入以下配对符号的左边符号时，自动输入右边配对符号。光标位于以下字符时，自动高亮配对字符。以下内容必须成对匹配"
        },
        "editor.autoHandoffChinesePunctuation": {
            "type": "object",
            "title": "中文标点免干扰输入",
            "description": "在指定的文件类型和语法区域，输入中文符号，自动转为英文半角符号。如输入”。“，自动变成“.”"
        },
        "editor.caretWidth": {
            "type": "integer",
            "title": "光标宽度",
            "description": "控制光标的宽度。取值范围为1~3，按数字大小依次变粗"
        },
        "editor.wordChars": {
            "type": "string",
            "title": "单词匹配字符",
            "description": "执行双击选中单词或者单词跳转时将根据此处配置的字符匹配"
        },
        "editor.wordSeparators": {
            "type": "string",
            "title": "文字分隔符",
            "description": "执行文字相关的导航或操作时将用作文字分隔符的字符"
        },
        "editor.multiCursorModifier": {
            "title": "插入多光标使用的修饰键",
            "description": "使用鼠标在编辑器中插入多光标使用的键盘修饰键，\"转到定义\"功能的鼠标用法自动使用另一个修饰键",
            "win32": {
                "platform": "win32",
                "enum": [
                    "Ctrl",
                    "Alt"
                ]
            },
            "macos": {
                "platform": "macos",
                "enum": [
                    "command",
                    "alt"
                ]
            },
            "type": "string"
        },
        "editor.mouseWheelZoom": {
            "type": "boolean",
            "title": "使用Ctrl+鼠标滚轮缩放编辑器",
            "description": ""
        },
        "editor.guessIndent": {
            "type": "boolean",
            "title": "智能计算制表符长度",
            "description": "智能猜测tab的空格数，为false时将采用配置里面的editor.tabSize的值，修改此项后需要重新打开一下文件"
        },
        "editor.scrollBeyondLastLine": {
            "type": "boolean",
            "title": "编辑器向下滚动一屏",
            "description": "编辑器滚动到文末后，是否可以继续滚动一定区域。值为true时，仍然可以向下滚动一屏"
        },
        "editor.foldedCodeExpandMode": {
            "title": "代码展开方式",
            "description": "对已折叠的代码展开的方式",
            "enum": [
				"部分展开",
				"全部展开",
				"@title/部分展开",
				"@description/",
				"@title/全部展开",
				"@description/"
            ],
            "default": "部分展开",
            "type": "string"
        },
        "editor.showLastLineWhenFolded": {
            "title": "代码折叠时显示最后一行 (重新打开文档生效)",
            "description": "",
            "default": false,
            "type": "boolean"
        },
        "markdown.pasteSurroundWithCodeBlock": {
            "title": "粘贴多行代码到markdown编辑器时，自动包围对应语言的代码块",
            "description": "",
            "default": true,
            "type": "boolean"
        },
        "node.run.memoryParam": {
            "type": "string",
            "title": "node启动内存参数（单位M）",
            "description": ""
        },
        "adb.path": {
            "type": "string",
            "title": "adb路径（为空为默认路径）",
            "description": ""
        },
        "android.simulator.port": {
            "type": "string",
            "title": "Android模拟器端口",
            "description": ""
        },
        "uniappx.kotlin.compiler.memory": {
            "type": "integer",
            "title": "kotlin编译器最大堆内存大小（单位M）",
            "description": ""
        },
        "uts-development-android.gradleHome": {
            "type": "string",
            "title": "Gradle可执行脚本路径（uts插件包含三方仓储时需要）",
            "description": "Gradle(7.5以上)可执行脚本路径，如未安装请到<a style='color:#298bdb' href='https://gradle.org/releases/'>https://gradle.org/releases</a>下载(示例：%安装路径%\\\\bin\\\\gradle.bat)"
        },
        "uts-development-android.javaHome": {
            "type": "string",
            "title": "JDK路径（默认使用JDK17）",
            "description": "JDK路径，如未安装请到 <a style='color:#298bdb' href='https://aws.amazon.com/cn/corretto/'>https://aws.amazon.com/cn/corretto/</a>下载。"
        },
        "uts-development-android.sdkDir": {
            "type": "string",
            "title": "安卓SDK路径（uts插件包含三方仓储时需要）",
            "description": "安卓SDK路径，如未安装请到<a style='color:#298bdb' href='https://developer.android.google.cn/studio'>https://developer.android.google.cn/studio</a>下载"
        },
        "harmony.devTools.path": {
            "type": "string",
            "title": "DevEco Studio 开发者工具路径",
            "description": "DevEco Studio 开发者工具安装路径，如未安装请到<a style='color:#298bdb' href='https://developer.huawei.com/consumer/cn/deveco-studio#download'>https://developer.huawei.com/consumer/cn/deveco-studio#download</a>下载"
        },
        "browsers.config": {
            "type": "object",
            "title": "浏览器运行配置",
            "description": "",
            "properties": {
                "Chrome.path": {
                    "type": "string",
                    "title": "Chrome浏览器安装路径",
                    "description": ""
                },
                "Firefox.path": {
                    "type": "string",
                    "title": "Firefox浏览器安装路径",
                    "description": ""
                }
            }
        },
        "builtin.web.server.port": {
            "type": "string",
            "title": "内置web服务器端口(重启后生效)",
            "description": ""
        },
        "windows.runBrowserAutoRefresh": {
            "type": "boolean",
            "title": "保存自动刷新浏览器(仅内置服务器)",
            "default": true
        },
        "webServer.config": {
            "type": "object",
            "title": "Web服务器配置",
            "description": "",
            "properties": {
                "url": {
                    "type": "string",
                    "title": "外部web服务器调用url",
                    "description": "自行安装好其他web服务器后，可将其url填到此处。HBuilderX运行时会自动打开这个url"
                },
                "appendProjectName": {
                    "type": "boolean",
                    "title": "外部web服务器url是否包括项目名称",
                    "description": "如勾选，url中将项目名称作为二级目录，如：http://192.168.1.1/项目名称/index.html"
                }
            }
        },
        "weApp.devTools.path": {
            "type": "string",
            "title": "微信开发者工具路径",
            "description": "微信开发者工具安装路径，如未安装请到<a style='color:#298bdb' href='https://developers.weixin.qq.com/miniprogram/dev/devtools/download.html'>https://developers.weixin.qq.com/miniprogram/dev/devtools/download.html</a>下载"
        },
        "baiduApp.devTools.path": {
            "type": "string",
            "title": "百度开发者工具路径",
            "description": "百度开发者工具可执行程序，如未安装请到<a style='color:#298bdb' href='https://smartprogram.baidu.com/docs/develop/devtools/history/'>https://smartprogram.baidu.com/docs/develop/devtools/history/</a>下载"
        },
        "alipayApp.devTools.path": {
            "type": "string",
            "title": "支付宝小程序开发者工具路径",
            "description": "支付宝小程序开发者工具可执行程序，如未安装请到<a style='color:#298bdb' href='https://docs.alipay.com/mini/ide/download'>https://docs.alipay.com/mini/ide/download</a>下载"
        },
        "bytedanceApp.devTools.path": {
            "type": "string",
            "title": "抖音小程序开发者工具路径",
            "description": "抖音小程序开发者工具可执行程序，如未安装请到<a style='color:#298bdb' href='https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/develop/developer-instrument/overview'>https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/develop/developer-instrument/overview</a>下载"
        },
        "qqApp.devTools.path": {
            "type": "string",
            "title": "QQ小程序开发者工具路径",
            "description": "QQ小程序开发者工具可执行程序，如未安装请到<a style='color:#298bdb' href='https://q.qq.com/wiki/tools/devtool/'>https://q.qq.com/wiki/tools/devtool/</a>下载"
        },
        "360App.devTools.path": {
            "type": "string",
            "title": "360小程序开发者工具路径",
            "description": "360小程序开发者工具可执行程序，如未安装请到<a style='color:#298bdb' href='https://mp.360.cn/doc/miniprogram/dev/#/'>https://mp.360.cn/doc/miniprogram/dev/#/</a>下载"
        },
        "huaweiApp.devTools.path": {
            "type": "string",
            "title": "华为快应用开发者工具路径",
            "description": "华为快应用开发者工具可执行程序，如未安装请到<a style='color:#298bdb' href='https://developer.huawei.com/consumer/cn/doc/development/quickApp-Guides/quickapp-installtool'>https://developer.huawei.com/consumer/cn/doc/development/quickApp-Guides/quickapp-installtool</a>下载"
        },
        "quickAppUnion.devTools.path": {
            "type": "string",
            "title": "快应用联盟开发者工具路径",
            "description": "快应用联盟开发者工具可执行程序，如未安装请到<a style='color:#298bdb' href='https://www.quickapp.cn/docCenter/IDEPublicity/'>https://www.quickapp.cn/docCenter/IDEPublicity/</a>下载"
        },
        "kuaishouApp.devTools.path": {
            "type": "string",
            "title": "快手小程序开发者工具路径",
            "description": "快手小程序开发者工具可执行程序，如未安装请到<a style='color:#298bdb' href='https://mp.kuaishou.com/docs/develop/developerTools/downloadPath.html'>https://mp.kuaishou.com/docs/develop/developerTools/downloadPath.html</a>下载"
        },
        "feishuApp.devTools.path": {
            "type": "string",
            "title": "飞书小程序开发者工具路径",
            "description": "飞书小程序开发者工具可执行程序，如未安装请到<a style='color:#298bdb' href='https://open.feishu.cn/document/uYjL24iN/ucDOzYjL3gzM24yN4MjN'>https://open.feishu.cn/document/uYjL24iN/ucDOzYjL3gzM24yN4MjN</a>下载"
        },
        "jingdongApp.devTools.path": {
            "type": "string",
            "title": "京东小程序开发者工具路径",
            "description": "京东小程序开发者工具可执行程序，如未安装请到<a style='color:#298bdb' href='https://mp-docs.jd.com/devtools/ide/ideDownload.html'>https://mp-docs.jd.com/devtools/ide/ideDownload.html</a>下载"
        },
        "xhsApp.devTools.path": {
            "type": "string",
            "title": "小红书小程序开发者工具路径",
            "description": "小红书小程序开发者工具可执行程序，如未安装请到<a style='color:#298bdb' href='https://miniapp.xiaohongshu.com/docs?path=/docs/ide/overview'>https://miniapp.xiaohongshu.com/docs?path=/docs/ide/overview</a>下载"
        },
        "cloud.runinlocal.timeout": {
            "type": "integer",
            "title": "超时时间",
            "description": "云函数本地运行超时时间,单位秒"
        },
        "terminal.type": {
            "type": "string",
            "title": "运行终端类型",
            "description": "运行的终端类型",
            "enum": [
                "内置终端",
                "外部终端",
                "@title/内置终端",
                "@description/",
                "@title/外部终端",
                "@description/"
            ]
        },
        "npm.path": {
            "type": "string",
            "title": "npm路径",
            "description": "npm可执行程序路径"
        },
        "node.path": {
            "type": "string",
            "title": "node路径",
            "description": "node可执行程序路径（仅用于js文件运行，不适用uni-app运行）"
        },
        "extensions": {
            "type": "object",
            "title": "插件配置",
            "description": "已安装的插件扩展配置"
        },
        "language.universal.title": {
            "type": "object"
        },
        "editor.inlineassist": {
            "type": "boolean",
            "title": "启用行内代码提示",
            "description": ""
        },
        "editor.inlineassist.toolbar": {
            "type": "string",
            "title": "行内代码工具栏显示方式",
            "description": "如何触发行内代码工具栏显示",
            "enum": [
                "hover",
                "always"
            ],
            "default": "hover"
        },
        "editor.codeassist": {
            "type": "boolean",
            "title": "启用代码助手",
            "description": ""
        },
        "editor.codeassistFontSize": {
            "type": "integer",
            "title": "代码助手字体大小",
            "description": ""
        },
        "editor.triggerChars": {
            "type": "string",
            "title": "代码助手触发字符",
            "description": ""
        },
        "editor.contentAssistSelectionMode": {
            "title": "代码提示选择模式",
            "description": "应用代码提示中某一项的快捷选择方式",
            "enum": [
                "Alt+数字模式",
                "数字模式",
                "@title/Alt+数字模式",
                "@description/",
                "@title/数字模式",
                "@description/"
            ],
            "default": "Alt+数字模式",
            "type": "string"
        },
        "editor.codeassistKeyTab": {
            "type": "boolean",
            "title": "Tab键自动插入代码助手选中项",
            "description": "开启该选项后在显示代码助手的情况下tab键将不会触发emmet。"
        },
        "editor.hover.assist": {
            "type": "boolean",
            "title": "代码悬浮提示",
            "description": "当鼠标悬浮在标识符上时， 弹出窗口显示标识符的详细说明"
        },
        "language.javascript.title": {
            "type": "object"
        },
        "javascript.triggerChars": {
            "type": "string",
            "title": "JavaScript语言代码助手触发字符",
            "description": "用于触发内置JavaScript语言服务的代码补全功能"
        },
        "javascript.validate.enable": {            
            "type": "boolean",
            "title": "启用JavaScript语法校验",
            "description": "用于启用或关闭内置JavaScript语言服务的语法校验功能",
            "default": true
        },
        "language.typescript.title": {
            "type": "object"
        },
        "typescript.triggerChars": {
            "type": "string",
            "title": "TypeScript语言代码助手触发字符",
            "description": "用于触发内置TypeScript语言服务的代码补全功能"
        },
        "typescript.validate.enable": {            
            "type": "boolean",
            "title": "启用TypeScript语法校验",
            "description": "用于启用或关闭内置TypeScript语言服务的语法校验功能",
            "default": true
        },
        "language.uts.title": {
            "type": "object"
        },
        "uts.validate.enable": {
            "type": "boolean",
            "title": "启用UTS语法校验(仅uni-app x项目生效)",
            "description": "用于启用或关闭内置UTS语言服务的语法校验功能",
            "default": false
        },
        "language.vue.title": {
            "type": "object"
        },
        "vue.triggerChars": {
            "type": "string",
            "title": "Vue语言代码助手触发字符",
            "description": "用于触发内置Vue语言服务的代码补全功能"
        },
        "language.uvue.title": {
            "type": "object"
        },
        "vue.validate.enable": {
            "type": "boolean",
            "title": "启用 uvue 标签语法校验(仅uni-app x项目生效)",
            "description": "用于启用或关闭内置uvue语言服务的语法校验功能",
            "default": false
        },
        "language.html.title": {
            "type": "object"
        },
        "html.triggerChars": {
            "type": "string",
            "title": "HTML语言代码助手触发字符",
            "description": "用于触发内置HTML语言服务的代码补全功能"
        },
        "language.css.title": {
            "type": "object"
        },
        "css.triggerChars": {
            "type": "string",
            "title": "CSS语言代码助手触发字符",
            "description": "用于触发内置CSS语言服务的代码补全功能"
        },
        "css.validate.enable": {
            "type": "boolean",
            "title": "启用CSS语法校验(仅uni-app x项目生效)",
            "description": "用于启用或关闭内置CSS语言服务的语法校验功能",
            "default": false
        },
        "editor.codeassist.px2rem.enabel": {
            "type": "boolean",
            "title": "启用px转rem提示",
            "description": "",
            "default": true
        },
        "editor.codeassist.px2rem.proportion": {
            "type": "string",
            "title": "px转rem比例",
            "description": "1(rem)=比例值(px)"
        },
        "editor.codeassist.px2rem.decimalLength": {
            "type": "integer",
            "title": "rem小数部分保留长度",
            "description": ""
        },
        "editor.codeassist.px2upx.enabel": {
            "type": "boolean",
            "title": "启用px转rpx提示",
            "description": "uni-app项目生效",
            "default": true
        },
        "editor.codeassist.px2upx.proportion": {
            "type": "string",
            "title": "px转rpx比例",
            "description": "1(rpx)=比例值(px),比例计算方法为：设计稿基准宽度除以750"
        },
        "editor.codeassist.px2upx.decimalLength": {
            "type": "integer",
            "title": "rpx小数部分保留长度",
            "description": ""
        },
        "language.json.title": {
            "type": "object"
        },
        "json.triggerChars": {
            "type": "string",
            "title": "JSON语言代码助手触发字符",
            "description": "用于触发内置JSON语言服务的代码补全功能"
        },
        "language.emmet.title": {
            "type": "object"
        },
        "emmet.codeassist": {
            "type": "boolean",
            "title": "启用Emmet代码提示功能",
            "description": "包括代码提示, TAB快捷键展开Emmet",
            "default": true
        }
    }
}
