We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3bc814 commit 6af68a8Copy full SHA for 6af68a8
src/content/wiki/configuration.mdx
@@ -221,7 +221,7 @@ Here is a basic example of a `.luarc.json` file:
221
222
```JSON
223
{
224
- "$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
+ "$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
225
"workspace.library": ["path/to/library/directory"],
226
"runtime.version": "Lua 5.3",
227
"hint.enable": false
0 commit comments