瀏覽代碼

Fixes enum descriptions

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

+ 3
- 4
package.json 查看文件

@ -231,10 +231,9 @@
"blocks"
],
"enumDescriptions": [
"",
"adds code lens at the top of the document",
"adds code lens at the start of container-like symbols (modules, classes, interfaces, etc)",
"adds code lens at the start of block-like symbols (functions, methods, etc) lines"
"Adds code lens at the top of the document",
"Adds code lens at the start of container-like symbols (modules, classes, interfaces, etc)",
"Adds code lens at the start of block-like symbols (functions, methods, etc) lines"
]
},
"minItems": 1,

Loading…
取消
儲存