Browse Source

Fixes incorrect json schema

main
Eric Amodio 4 years ago
parent
commit
b3eead207a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      package.json

+ 2
- 2
package.json View File

@ -487,8 +487,8 @@
"Adds code lens at the start of block-like symbols (functions, methods, etc) lines"
]
},
"minItems": 1,
"maxItems": 4,
"minItems": 0,
"maxItems": 3,
"uniqueItems": true,
"markdownDescription": "Specifies where Git code lens will be shown in the document",
"scope": "language-overridable"

Loading…
Cancel
Save