-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.nls.json
23 lines (23 loc) · 1.31 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
{
"autoTS.enable": "Enable or disable Auto TS Generator",
"autoTS.files.defaultLanguage": "Default language for generated files",
"autoTS.files.fileExtension": "File extension for generated files",
"autoTS.files.skipFolderConfirmation": "Skip destination folder confirmation when generating files",
"autoTS.files.autoImport": "Automatically import generated files",
"autoTS.files.defaultBarrelFileName": "Default name for barrel files",
"autoTS.formatting.useSingleQuotes": "Use single quotes instead of double quotes",
"autoTS.formatting.excludeSemiColonAtEndOfLine": "Exclude semicolon at the end of line",
"autoTS.formatting.keepExtensionOnExport": "Keep extension on export",
"autoTS.formatting.endOfLine": "End of line character",
"autoTS.formatting.useStrict": "Use strict mode",
"autoTS.formatting.headerCommentTemplate": "Header comment template",
"autoTS.formatting.insertFinalNewline": "Insert final newline",
"autoTS.templates.customComponents": "Custom components templates",
"autoTS.generateClass": "Generate Class",
"autoTS.generateInterface": "Generate Interface",
"autoTS.generateEnum": "Generate Enum",
"autoTS.generateType": "Generate Type",
"autoTS.generateFunction": "Generate Function",
"autoTS.generateVariable": "Generate Variable",
"autoTS.generateCustomComponent": "Generate Custom Component"
}