{
“command_timeout”: <NUMBER-VALUE>,
“templates_folder”: "<TEMPLATE-FOLDER-PATH>",
“templates_pairs”: [],
“trigger_on_file_creation”: true OR false,
“auto_jump_to_cursor”: true OR false,
“enable_system_commands”: true OR false,
“shell_path”: "<SHELL-PATH>",
“user_scripts_folder”: "<FOLDER-PATH>",
“enable_folder_templates”: true OR false,
“folder_templates”: [
{
“folder”: "<FOLDER-PATH>",
“template”: "<TEMPLATE-PATH>"
}
],
“enable_file_templates”: true OR false,
“file_templates”: [
{
“regex”: "<REGEX-RULE>",
“template”: "<TEMPLATE-PATH>"
}
],
“syntax_highlighting”: true OR false,
“syntax_highlighting_mobile”: true OR false,
“enabled_templates_hotkeys”: [
"<TEMPLATE-PATH>"
],
“startup_templates”: [],
“intellisense_render”: <NUMBER-VALUE: 0 to 4>
}