-
- Downloads
3.5.4
Showing
- changelog.md 11 additions, 0 deletionschangelog.md
- package.json 36 additions, 1 deletionpackage.json
- package/build.lua 1 addition, 1 deletionpackage/build.lua
- server 1 addition, 1 deletionserver
- setting/schema-pt-br.json 42 additions, 0 deletionssetting/schema-pt-br.json
- setting/schema-zh-cn.json 42 additions, 0 deletionssetting/schema-zh-cn.json
- setting/schema-zh-tw.json 42 additions, 0 deletionssetting/schema-zh-tw.json
- setting/schema.json 42 additions, 0 deletionssetting/schema.json
... | ... | @@ -203,6 +203,7 @@ |
"missing-return", | ||
"missing-return-value", | ||
"need-check-nil", | ||
"need-paren", | ||
"newfield-call", | ||
"newline-call", | ||
"no-unknown", | ||
... | ... | @@ -2429,6 +2430,16 @@ |
], | ||
"type": "string" | ||
}, | ||
"string.buffer": { | ||
"default": "default", | ||
"description": "%config.runtime.builtin.string.buffer%", | ||
"enum": [ | ||
"default", | ||
"enable", | ||
"disable" | ||
], | ||
"type": "string" | ||
}, | ||
"table": { | ||
"default": "default", | ||
"description": "%config.runtime.builtin.table%", | ||
... | ... | @@ -2684,6 +2695,30 @@ |
"scope": "resource", | ||
"type": "boolean" | ||
}, | ||
"Lua.typeFormat.config": { | ||
"additionalProperties": false, | ||
"markdownDescription": "%config.typeFormat.config%", | ||
"properties": { | ||
"auto_complete_end": { | ||
"default": "true", | ||
"description": "%config.typeFormat.config.auto_complete_end%", | ||
"type": "string" | ||
}, | ||
"auto_complete_table_sep": { | ||
"default": "true", | ||
"description": "%config.typeFormat.config.auto_complete_table_sep%", | ||
"type": "string" | ||
}, | ||
"format_line": { | ||
"default": "true", | ||
"description": "%config.typeFormat.config.format_line%", | ||
"type": "string" | ||
} | ||
}, | ||
"scope": "resource", | ||
"title": "config", | ||
"type": "object" | ||
}, | ||
"Lua.window.progressBar": { | ||
"default": true, | ||
"markdownDescription": "%config.window.progressBar%", | ||
... | ... | @@ -2939,5 +2974,5 @@ |
"sponsor": { | ||
"url": "https://github.com/sumneko/lua-language-server/issues/484" | ||
}, | ||
"version": "3.5.3" | ||
"version": "3.5.4" | ||
} |
Please register or sign in to comment