Sublimetext3 如何更改升华文本3包本地历史记录中的本地历史记录默认路径

Sublimetext3 如何更改升华文本3包本地历史记录中的本地历史记录默认路径,sublimetext3,Sublimetext3,如何更改Sublime Text 3本地历史记录包设置文件中的默认路径 { "history_retention": 0, // number of days to keep files, 0 to disable deletion "format_timestamp": "%Y%m%d%H%M%S", // file_name-XXXXXXXX.file_extension "history_on_close": true, // only save LocalHistory after cl

如何更改Sublime Text 3本地历史记录包设置文件中的默认路径

{
"history_retention": 0, // number of days to keep files, 0 to disable deletion
"format_timestamp": "%Y%m%d%H%M%S", // file_name-XXXXXXXX.file_extension
"history_on_close": true, // only save LocalHistory after closing a file, not when original was saved 
"history_on_focus_lost": false,
"history_on_load": true,
"history_path": "D:/historysublime", // redirect '~/.sublime/Local History/...' to some other place if "portable": false
"portable": true, // save to 'Sublime Text/Data/.sublime/Local History/...' instead of '~/.sublime/Local History/...'
"file_size_limit": 4194304 // 4 MB
}
我曾试图改变,但无法改变