mznjs API Documentation - v0.0.31-beta.5
Docs
GitHub
Changelog
Preparing search index...
vscode-config/src
UpdateOptions
Interface UpdateOptions
更新选项接口
interface
UpdateOptions
{
force
?:
boolean
;
backup
?:
boolean
;
backupSuffix
?:
string
;
}
Index
Properties
force?
backup?
backup
Suffix?
Properties
Optional
force
force
?:
boolean
是否强制更新(即使文件已存在且内容相同)
Optional
backup
backup
?:
boolean
是否备份原文件
Optional
backup
Suffix
backupSuffix
?:
string
自定义备份后缀
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
force
backup
backup
Suffix
GitHub Repository
Docs
GitHub
Changelog
mznjs API Documentation - v0.0.31-beta.5
Loading...
更新选项接口