From d8e6d1bd636a1820b2037cdc94137b7e0448a4cb Mon Sep 17 00:00:00 2001 From: Peter Tripp Date: Fri, 24 May 2024 09:20:12 -0400 Subject: Add schema link to .luarc.json. --- .luarc.json | 1 + 1 file changed, 1 insertion(+) 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", -- cgit v1.2.3