diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2024-05-25 11:18:13 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-25 11:18:13 +0800 |
commit | eb931663be9f4fe2012c7904cd607cf0fc103679 (patch) | |
tree | 4ab68c46a57cb13a2f45e5bb1e472b10f3dbcb9d | |
parent | b79a66871a0301e7d326d80f98f4a426dd34e926 (diff) | |
parent | d8e6d1bd636a1820b2037cdc94137b7e0448a4cb (diff) | |
download | lua-language-server-eb931663be9f4fe2012c7904cd607cf0fc103679.zip |
Merge pull request #2679 from notpeter/luarc_add_schema
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", |