Skip to content

Commit 6af68a8

Browse files
doc: point to renamed repo schema.json (#21)
1 parent e3bc814 commit 6af68a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/wiki/configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ Here is a basic example of a `.luarc.json` file:
221221

222222
```JSON
223223
{
224-
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
224+
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
225225
"workspace.library": ["path/to/library/directory"],
226226
"runtime.version": "Lua 5.3",
227227
"hint.enable": false

0 commit comments

Comments
 (0)