Skip to content

Commit 3bc64ee

Browse files
committed
Fixes enum descriptions
1 parent 915e6bd commit 3bc64ee

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,10 +231,9 @@
231231
"blocks"
232232
],
233233
"enumDescriptions": [
234-
"",
235-
"adds code lens at the top of the document",
236-
"adds code lens at the start of container-like symbols (modules, classes, interfaces, etc)",
237-
"adds code lens at the start of block-like symbols (functions, methods, etc) lines"
234+
"Adds code lens at the top of the document",
235+
"Adds code lens at the start of container-like symbols (modules, classes, interfaces, etc)",
236+
"Adds code lens at the start of block-like symbols (functions, methods, etc) lines"
238237
]
239238
},
240239
"minItems": 1,

0 commit comments

Comments
 (0)