42 lines
784 B
JSON
42 lines
784 B
JSON
{
|
|
"command_timeout": 5,
|
|
"templates_folder": "模板文件",
|
|
"templates_pairs": [
|
|
[
|
|
"",
|
|
""
|
|
]
|
|
],
|
|
"trigger_on_file_creation": true,
|
|
"auto_jump_to_cursor": true,
|
|
"enable_system_commands": false,
|
|
"shell_path": "",
|
|
"user_scripts_folder": "",
|
|
"enable_folder_templates": true,
|
|
"folder_templates": [
|
|
{
|
|
"folder": "00-临时碎片",
|
|
"template": "模板文件/模板-备忘.md"
|
|
},
|
|
{
|
|
"folder": "",
|
|
"template": ""
|
|
}
|
|
],
|
|
"enable_file_templates": false,
|
|
"file_templates": [
|
|
{
|
|
"regex": ".*",
|
|
"template": ""
|
|
}
|
|
],
|
|
"syntax_highlighting": true,
|
|
"syntax_highlighting_mobile": false,
|
|
"enabled_templates_hotkeys": [
|
|
""
|
|
],
|
|
"startup_templates": [
|
|
""
|
|
],
|
|
"intellisense_render": 1
|
|
} |