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/Defold | |
parent | d86c2c46e8985da8899ae77d4c6f54f5b902cd71 (diff) | |
download | lua-language-server-fbbcb96227b0fcad77d2e061cfb95b3871f4bcc7.zip |
rename `config` to `settings`
Diffstat (limited to 'meta/3rd/Defold')
-rw-r--r-- | meta/3rd/Defold/config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/3rd/Defold/config.json b/meta/3rd/Defold/config.json index 5e0ea371..5ab875d9 100644 --- a/meta/3rd/Defold/config.json +++ b/meta/3rd/Defold/config.json @@ -1,7 +1,7 @@ { "name" : "Defold", "files" : ["game.project", "*%.script", "*%.gui_script"], - "config" : { + "settings" : { "Lua.runtime.version" : "Lua 5.1", "Lua.workspace.library" : [".internal"], "Lua.workspace.ignoreDir" : [".internal"], |