diff options
Diffstat (limited to 'meta/3rd/example/config.json')
-rw-r--r-- | meta/3rd/example/config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/3rd/example/config.json b/meta/3rd/example/config.json index 415b92b2..79170468 100644 --- a/meta/3rd/example/config.json +++ b/meta/3rd/example/config.json @@ -6,7 +6,7 @@ // list or matched file names. `.lua`, `.dll` and `.so` only "files" : ["thisIsAnExampleFile%.ifItExistsInWorkSpace%.thenTryLoadThisLibrary%.lua"], // lsit of settings to be changed - "config" : { + "settings" : { "Lua.runtime.version" : "LuaJIT", "Lua.diagnostics.globals" : [ "global1", |