ソースを参照

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"
]
},
"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"

読み込み中…
キャンセル
保存