Skip to content

Commit

Permalink
3.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sumneko committed Dec 13, 2024
1 parent 78d336b commit 41e44d9
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
## Unreleased
<!-- Add all new changes here. They will be moved under a version at release -->

## 3.13.4
`2024-12-13`
* `CHG` Can adjust the level of detail of Hover (VSCode)

## 3.13.3
`2024-12-6`
* `CHG` Update Love2d version
* `CHG` Improve type infer of `table.unpack` and `unpack`
* `FIX` `missing-fields` diagnostic now warns about missing inherited fields
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3427,5 +3427,5 @@
"sponsor": {
"url": "https://github.com/LuaLS/lua-language-server/issues/484"
},
"version": "3.13.3"
"version": "3.13.4"
}
2 changes: 1 addition & 1 deletion package/build.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
local json = require 'json-beautify'

local VERSION = "3.13.3"
local VERSION = "3.13.4"

local fsu = require 'fs-utility'
local package = json.decode(fsu.loadFile(ROOT / 'package.json'))
Expand Down
2 changes: 1 addition & 1 deletion setting/schema-ja-jp.json
Original file line number Diff line number Diff line change
Expand Up @@ -2769,7 +2769,7 @@
"type": "boolean"
},
"hover.previewFields": {
"default": 50,
"default": 10,
"markdownDescription": "When hovering to view a table, limits the maximum number of previews for fields.",
"scope": "resource",
"type": "integer"
Expand Down
2 changes: 1 addition & 1 deletion setting/schema-pt-br.json
Original file line number Diff line number Diff line change
Expand Up @@ -2769,7 +2769,7 @@
"type": "boolean"
},
"hover.previewFields": {
"default": 50,
"default": 10,
"markdownDescription": "When hovering to view a table, limits the maximum number of previews for fields.",
"scope": "resource",
"type": "integer"
Expand Down
2 changes: 1 addition & 1 deletion setting/schema-zh-cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -2769,7 +2769,7 @@
"type": "boolean"
},
"hover.previewFields": {
"default": 50,
"default": 10,
"markdownDescription": "悬停提示查看表时,限制表内字段的最大预览数量。",
"scope": "resource",
"type": "integer"
Expand Down
2 changes: 1 addition & 1 deletion setting/schema-zh-tw.json
Original file line number Diff line number Diff line change
Expand Up @@ -2769,7 +2769,7 @@
"type": "boolean"
},
"hover.previewFields": {
"default": 50,
"default": 10,
"markdownDescription": "懸浮提示檢視表時,限制表內欄位的最大預覽數量。",
"scope": "resource",
"type": "integer"
Expand Down
2 changes: 1 addition & 1 deletion setting/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2769,7 +2769,7 @@
"type": "boolean"
},
"hover.previewFields": {
"default": 50,
"default": 10,
"markdownDescription": "When hovering to view a table, limits the maximum number of previews for fields.",
"scope": "resource",
"type": "integer"
Expand Down

0 comments on commit 41e44d9

Please sign in to comment.