Skip to content

Commit 88e0727

Browse files
committed
jsonValidation
1 parent 6f2de36 commit 88e0727

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package/package.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ return {
2828
"onWebviewPanel:lua-doc",
2929
"onCommand:extension.lua.doc",
3030
},
31+
jsonValidation = {
32+
{
33+
fileMatch = ".luarc.json",
34+
url = "./setting/schema.json",
35+
},
36+
},
3137
main = "./client/out/extension",
3238
contributes = {
3339
configuration = {

0 commit comments

Comments
 (0)