-
- Downloads
0.21.0
Showing
- package.json 7 additions, 7 deletionspackage.json
- package.nls.json 1 addition, 0 deletionspackage.nls.json
- package.nls.zh-cn.json 1 addition, 0 deletionspackage.nls.zh-cn.json
- package/build.lua 1 addition, 1 deletionpackage/build.lua
- setting/schema-zh-cn.json 6 additions, 6 deletionssetting/schema-zh-cn.json
- setting/schema.json 6 additions, 6 deletionssetting/schema.json
... | ... | @@ -18,6 +18,12 @@ |
"contributes": { | ||
"configuration": { | ||
"properties": { | ||
"Lua.awakened.cat": { | ||
"default": false, | ||
"markdownDescription": "%config.awakened.cat%", | ||
"scope": "resource", | ||
"type": "boolean" | ||
}, | ||
"Lua.color.mode": { | ||
"default": "Semantic", | ||
"enum": [ | ||
... | ... | @@ -450,12 +456,6 @@ |
"markdownDescription": "%config.workspace.useGitIgnore%", | ||
"scope": "resource", | ||
"type": "boolean" | ||
}, | ||
"Lua.zzzzzz.cat": { | ||
"default": false, | ||
"markdownDescription": "%config.zzzzzz.cat%", | ||
"scope": "resource", | ||
"type": "boolean" | ||
} | ||
}, | ||
"title": "Lua", | ||
... | ... | @@ -517,5 +517,5 @@ |
"type": "git", | ||
"url": "https://github.com/sumneko/lua-language-server" | ||
}, | ||
"version": "0.20.8" | ||
"version": "0.21.0" | ||
} |
Please register or sign in to comment