-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.nls.json
23 lines (23 loc) · 1.96 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
{
"autoBarrel.enable": "Enable or disable the Auto Barrel extension",
"autoBarrel.language.defaultLanguage": "Default language to use when creating the barrel file.",
"autoBarrel.files.disableRecursiveBarrelling": "Disable the recurtion for subdirectories when creating the barrel file.",
"autoBarrel.files.includeExtensionOnExport": "Extensions to include on the export. This is used to filter the files to export.",
"autoBarrel.files.ignoreFilePathPatternOnExport": "Glob patterns to ignore on the export. This is used to filter the files to export.",
"autoBarrel.files.maxSearchRecursionDepth": "Maximum recursion depth when searching for files to export. 0 means no limit.",
"autoBarrel.files.supportsHiddenFiles": "Support hidden files and directories when exporting (files starting with a dot).",
"autoBarrel.files.preserveGitignoreSettings": "Preserve the settings from the .gitignore file when exporting.",
"autoBarrel.files.keepExtensionOnExport": "Keep the file extension on the export.",
"autoBarrel.files.detectExportsInFiles": "Detect the exports in the files to export.",
"autoBarrel.files.useNamedExports": "Use named exports instead of default exports.",
"autoBarrel.files.exportDefaultFilename": "Default filename to use when exporting the files.",
"autoBarrel.files.configuredDefaultFilename": "Configured filename to use when exporting the files.",
"autoBarrel.formatting.headerCommentTemplate": "Header comment template to use in the barrel file.",
"autoBarrel.formatting.excludeSemiColonAtEndOfLine": "Exclude the semicolon at the end of the line.",
"autoBarrel.formatting.useSingleQuotes": "Use single quotes instead of double quotes.",
"autoBarrel.formatting.endOfLine": "End of line character to use.",
"autoBarrel.formatting.insertFinalNewline": "Insert a final newline at the end of the file.",
"autoBarrel.createBarrel": "Create a barrel file",
"autoBarrel.updateBarrelInFolder": "Update the barrel file",
"autoBarrel.updateBarrel": "Update the barrel file"
}