summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-07-21 17:44:08 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-07-21 17:44:08 +0800
commit9b16225abb1562de8f8680406c783e1a46e1a44b (patch)
tree7028bd8e312ad3ff82040362e03d298ce6378e73
parent94c36c6743659f4cf241e43b9b4d5e9a7650f791 (diff)
downloadlua-language-server-9b16225abb1562de8f8680406c783e1a46e1a44b.zip
change settings
-rw-r--r--.luarc.json3
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
}
}