瀏覽代碼

Fixes incorrect json schema

main
Eric Amodio 4 年之前
父節點
當前提交
b3eead207a
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      package.json

+ 2
- 2
package.json 查看文件

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

Loading…
取消
儲存