Skip to content

Commit b3eead2

Browse files
committed
Fixes incorrect json schema
1 parent fdba62a commit b3eead2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -487,8 +487,8 @@
487487
"Adds code lens at the start of block-like symbols (functions, methods, etc) lines"
488488
]
489489
},
490-
"minItems": 1,
491-
"maxItems": 4,
490+
"minItems": 0,
491+
"maxItems": 3,
492492
"uniqueItems": true,
493493
"markdownDescription": "Specifies where Git code lens will be shown in the document",
494494
"scope": "language-overridable"

0 commit comments

Comments
 (0)