File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -96,14 +96,15 @@ AsperHeader contributes the following settings:
9696| ` asperheader.headerDateSeperatorDay ` | string | ` "-" ` | Separator for day in dates. |
9797| ` asperheader.headerDateSeperatorMonth ` | string | ` "-" ` | Separator for month in dates. |
9898| ` asperheader.headerDateSeperatorYear ` | string | ` "" ` | Separator for year in dates. |
99- | ` asperheader.headerLogo ` | string [ ] | * [ ASCII logo default] * | Default ASCII logo array. |
99+ | ` asperheader.headerLogo ` | array | * [ ASCII logo default] * | Default ASCII logo array. |
100100| ` asperheader.maxScanLength ` | number | ` 100 ` | Maximum lines scanned for existing headers. |
101101| ` asperheader.enableDebug ` | boolean | ` true ` | Enable debug logging. |
102102| ` asperheader.refreshOnSave ` | boolean | ` true ` | Automatically refresh header on file save. |
103103| ` asperheader.promptToCreateIfMissing ` | boolean | ` true ` | Prompt to create header if missing. |
104104| ` asperheader.randomLogo ` | boolean | ` false ` | Insert a random ASCII logo on each header generation. |
105- | ` asperheader.extensionIgnore ` | string [ ] | ` [] ` | File extensions to ignore when saving. |
105+ | ` asperheader.extensionIgnore ` | array | ` [] ` | File extensions to ignore when saving. |
106106| ` asperheader.useWorkspaceNameWhenAvailable ` | boolean | ` false ` | Use the workspace name when available. |
107+ | ` asperheader.projectDescription ` | string | "" | The description to use instead of asking the user every time. |
107108
108109---
109110
You can’t perform that action at this time.
0 commit comments