Skip to content

Commit

Permalink
doc: point to renamed repo schema.json (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbjeldbak authored Jan 4, 2024
1 parent e3bc814 commit 6af68a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/wiki/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ Here is a basic example of a `.luarc.json` file:

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

0 comments on commit 6af68a8

Please sign in to comment.