-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.json
27 lines (27 loc) · 2.72 KB
/
package.nls.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"auto-header-plus.additionalComment": "Add additional multiple line comment, you can use string: `Additional comment`, or command: `${cat license.txt}`",
"auto-header-plus.allowCreateTimeDiff": "Allow create time in comment diff from the created time of file properties",
"auto-header-plus.applyTo": "Apply to file With extensions, case insensitive, join it with `|`, `,`, `;`, `:`,`、`, `/`,` `, and extension`.`is optional, such as `js|jsx|ts|tsx`",
"auto-header-plus.commentElementPrefix": "Comment element prefix string",
"auto-header-plus.commentElements": "These comment elements will be added to the header, add/remove and change the order as you like, beware of you must set the `commentElementsValue` or `customCommentElementsValue` for each element, if not, it will be insert a empty line",
"auto-header-plus.commentElementSuffix": "Comment element suffix string",
"auto-header-plus.commentElementsValue": "The value of the comment elements, you can use string: `My Name`, or command: `${git config user.name}`, or string with command: `My Name ${git config user.email}` or special string `MODIFIEDDATE`,`CREATEDDATE`,`FULLPATH`,`RELATIVEPATH`,`SHORTNAMEPATH`, there are case insensitive",
"auto-header-plus.commentElementWidth": "Comment element width, include the prefix and suffix, set to `0` to disable",
"auto-header-plus.customCommentElementsValue": "If you want to add a custom comment element, you can add it here, and keep it's key in the `commentElements` list",
"auto-header-plus.dateFormat": "Date time format",
"auto-header-plus.enable": "Enable",
"auto-header-plus.enableAutoAddOnNew": "Auto add header when create new file",
"auto-header-plus.enableAutoAddOnSave": "Auto add header when save",
"auto-header-plus.enableStyleSymbolCheck": "Enable style symbol check, if you turn it off, you can modify the preset style as you like, but you must make sure the style is correct",
"auto-header-plus.firstLineEnd": "First line end string",
"auto-header-plus.firstLineMiddle": "First line middle string",
"auto-header-plus.firstLineStart": "First line start string",
"auto-header-plus.lastLineEnd": "Last line end string",
"auto-header-plus.lastLineMiddle": "Last line middle string",
"auto-header-plus.lastLineStart": "Last line start string",
"auto-header-plus.lineWidth": "Line width, include the start and end, set to `0` to disable",
"auto-header-plus.middleLineEnd": "Middle line end string",
"auto-header-plus.middleLineStart": "Middle line start string",
"auto-header-plus.commandTimesout": "Command timeout, unit: ms",
"auto-header-plus.pathContainsWorkspaceFolder": "Path contains workspace folder name, disable it if your file path is too long, such as java maven project, only works in `RELATIVEPATH`"
}