Skip to content

Commit 7abe20c

Browse files
authored
[ADD] missing functionality description into the Readme file
1 parent c8e02c6 commit 7abe20c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)