Skip to content

Commit 37e909c

Browse files
committed
[FIX] the extension type problem in the configuration file
1 parent 88f6dc5 commit 37e909c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vscode/asperheader/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@
260260
"description": "Optional suffix after the year in date values. Leave empty for none."
261261
},
262262
"asperheader.headerLogo": {
263-
"type": "string[]",
263+
"type": "array",
264264
"default": [
265265
"..........####...####..........",
266266
"......###.....#.#########......",
@@ -308,7 +308,7 @@
308308
"description": "If true, a random ASCII logo will be chosen from the logo bank for each generated header."
309309
},
310310
"asperheader.extensionIgnore": {
311-
"type": "string[]",
311+
"type": "array",
312312
"default": [],
313313
"description": "A list of file globs or extensions where the header injection should not run on save."
314314
},

0 commit comments

Comments
 (0)