diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-07-21 17:44:08 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-07-21 17:44:08 +0800 |
commit | 9b16225abb1562de8f8680406c783e1a46e1a44b (patch) | |
tree | 7028bd8e312ad3ff82040362e03d298ce6378e73 | |
parent | 94c36c6743659f4cf241e43b9b4d5e9a7650f791 (diff) | |
download | lua-language-server-9b16225abb1562de8f8680406c783e1a46e1a44b.zip |
change settings
-rw-r--r-- | .luarc.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.luarc.json b/.luarc.json index e750d26b..64e09c46 100644 --- a/.luarc.json +++ b/.luarc.json @@ -40,5 +40,8 @@ "/meta" ], "checkThirdParty": false + }, + "type": { + "castNumberToInteger": false } } |