Skip to content

Commit 6f2de36

Browse files
authored
Merge pull request #56 from Cassolette/luarc-patch
Provide validation schema for `.luarc.json`
2 parents d3c9431 + 80f2271 commit 6f2de36

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.vscodeignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
!images/logo.png
2121

22+
!setting
2223
!syntaxes
2324
!package.json
2425
!README.md

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1577,6 +1577,12 @@
15771577
}
15781578
}
15791579
],
1580+
"jsonValidation": [
1581+
{
1582+
"fileMatch": ".luarc.json",
1583+
"url": "./setting/schema.json"
1584+
}
1585+
],
15801586
"semanticTokenScopes": [
15811587
{
15821588
"language": "lua",

0 commit comments

Comments
 (0)