Skip to content

Commit 62ec959

Browse files
committed
configuration
1 parent 86af0fa commit 62ec959

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,16 @@
5555
"type":["string", "null"],
5656
"default": null,
5757
"description": "Specifies the path to the java home"
58+
},
59+
"emmylua.source.roots": {
60+
"type":["array"],
61+
"default": null,
62+
"description": "Source roots of your project"
63+
},
64+
"emmylua.completion.caseSensitive": {
65+
"type":"boolean",
66+
"default":true,
67+
"description": "Case sensitive completion"
5868
}
5969
}
6070
},

0 commit comments

Comments
 (0)