diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-11-23 19:55:47 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-11-23 19:55:47 +0800 |
commit | fbbcb96227b0fcad77d2e061cfb95b3871f4bcc7 (patch) | |
tree | f68597c1cc653ab33f765b6192b0b23550ab6c73 /meta/3rd/lfs | |
parent | d86c2c46e8985da8899ae77d4c6f54f5b902cd71 (diff) | |
download | lua-language-server-fbbcb96227b0fcad77d2e061cfb95b3871f4bcc7.zip |
rename `config` to `settings`
Diffstat (limited to 'meta/3rd/lfs')
-rw-r--r-- | meta/3rd/lfs/config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/3rd/lfs/config.json b/meta/3rd/lfs/config.json index 3784f0c9..b7400123 100644 --- a/meta/3rd/lfs/config.json +++ b/meta/3rd/lfs/config.json @@ -1,7 +1,7 @@ { "name" : "luafilesystem", "words" : [ "require[%s%(\"']+lfs[%)\"']" ], - "config" : { + "settings" : { "Lua.diagnostics.globals" : [ "lfs" ] |