File tree Expand file tree Collapse file tree 2 files changed +16
-13
lines changed
Expand file tree Collapse file tree 2 files changed +16
-13
lines changed Original file line number Diff line number Diff line change 15651565 "title" : " Lua" ,
15661566 "type" : " object"
15671567 },
1568+ "jsonValidation" : [
1569+ {
1570+ "fileMatch" : " .luarc.json" ,
1571+ "url" : " ./setting/schema.json"
1572+ }
1573+ ],
15681574 "semanticTokenScopes" : [
15691575 {
15701576 "language" : " lua" ,
16021608 "keyword.declaration" : [
16031609 " keyword.local.lua"
16041610 ],
1611+ "keyword.documentation" : [
1612+ " storage.type.annotation.lua"
1613+ ],
16051614 "keyword.readonly" : [
16061615 " constant.language.lua"
16071616 ],
16871696 "vscode" : " ^1.61.0"
16881697 },
16891698 "icon" : " images/logo.png" ,
1690- "jsonValidation" : [
1691- {
1692- "fileMatch" : " .luarc.json" ,
1693- "url" : " ./setting/schema.json"
1694- }
1695- ],
16961699 "keywords" : [
16971700 " Lua" ,
16981701 " IntelliSense" ,
Original file line number Diff line number Diff line change @@ -28,12 +28,6 @@ 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- },
3731 main = " ./client/out/extension" ,
3832 contributes = {
3933 configuration = {
@@ -46,7 +40,13 @@ return {
4640 language = " lua" ,
4741 scopes = require ' package.semanticTokenScope' ,
4842 }
49- }
43+ },
44+ jsonValidation = {
45+ {
46+ fileMatch = " .luarc.json" ,
47+ url = " ./setting/schema.json" ,
48+ },
49+ },
5050 },
5151 capabilities = {
5252 untrustedWorkspaces = {
You can’t perform that action at this time.
0 commit comments