diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package.json b/package.json index 89e2de8e..2f23fe13 100644 --- a/package.json +++ b/package.json @@ -47,6 +47,17 @@ ], "description": "Lua runtime version.\nLua运行版本。" }, + "Lua.runtime.path": { + "scope": "resource", + "type": "array", + "items": "string", + "description": "package.path", + "default": [ + "?.lua", + "?/init.lua", + "?/?.lua" + ] + }, "Lua.diagnostics.disable": { "scope": "resource", "type": "array", |