diff options
author | Peter Tripp <petertripp@gmail.com> | 2024-05-24 09:20:12 -0400 |
---|---|---|
committer | Peter Tripp <petertripp@gmail.com> | 2024-05-24 09:20:39 -0400 |
commit | d8e6d1bd636a1820b2037cdc94137b7e0448a4cb (patch) | |
tree | ce3ce19ed45dc21f84df64bfef5651fd6e6db1db | |
parent | 87abc4245f2a24e1cc35851b6464af9588934286 (diff) | |
download | lua-language-server-d8e6d1bd636a1820b2037cdc94137b7e0448a4cb.zip |
Add schema link to .luarc.json.
-rw-r--r-- | .luarc.json | 1 |
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", |