Skip to content

Commit 0ca5630

Browse files
committed
shoud use .* instead of empty string
1 parent e284875 commit 0ca5630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/configuration.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ local config = {
3232
type = 'object',
3333
markdownDescription = '%config.runtime.special%',
3434
patternProperties= {
35-
[''] = {
35+
['.*'] = {
3636
type = "string",
3737
scope = "resource",
3838
default = "require",

0 commit comments

Comments
 (0)