summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Tripp <petertripp@gmail.com>2024-05-24 09:20:12 -0400
committerPeter Tripp <petertripp@gmail.com>2024-05-24 09:20:39 -0400
commitd8e6d1bd636a1820b2037cdc94137b7e0448a4cb (patch)
treece3ce19ed45dc21f84df64bfef5651fd6e6db1db
parent87abc4245f2a24e1cc35851b6464af9588934286 (diff)
downloadlua-language-server-d8e6d1bd636a1820b2037cdc94137b7e0448a4cb.zip
Add schema link to .luarc.json.
-rw-r--r--.luarc.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/.luarc.json b/.luarc.json
index fc02379f..7e366901 100644
--- a/.luarc.json
+++ b/.luarc.json
@@ -1,4 +1,5 @@
{
+ "$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
"diagnostics": {
"disable": [
"close-non-object",