summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2024-05-25 11:18:13 +0800
committerGitHub <noreply@github.com>2024-05-25 11:18:13 +0800
commiteb931663be9f4fe2012c7904cd607cf0fc103679 (patch)
tree4ab68c46a57cb13a2f45e5bb1e472b10f3dbcb9d
parentb79a66871a0301e7d326d80f98f4a426dd34e926 (diff)
parentd8e6d1bd636a1820b2037cdc94137b7e0448a4cb (diff)
downloadlua-language-server-eb931663be9f4fe2012c7904cd607cf0fc103679.zip
Merge pull request #2679 from notpeter/luarc_add_schema
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",