From 41e44d992a7f8b0f9679cdedb718b7dc3cd07299 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Fri, 13 Dec 2024 19:46:05 +0800 Subject: [PATCH] 3.13.4 --- changelog.md | 5 +++++ package.json | 2 +- package/build.lua | 2 +- server | 2 +- setting/schema-ja-jp.json | 2 +- setting/schema-pt-br.json | 2 +- setting/schema-zh-cn.json | 2 +- setting/schema-zh-tw.json | 2 +- setting/schema.json | 2 +- 9 files changed, 13 insertions(+), 8 deletions(-) diff --git a/changelog.md b/changelog.md index 9fafc96..51c327d 100644 --- a/changelog.md +++ b/changelog.md @@ -3,7 +3,12 @@ ## Unreleased +## 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 diff --git a/package.json b/package.json index fbb1db3..c2f82d6 100644 --- a/package.json +++ b/package.json @@ -3427,5 +3427,5 @@ "sponsor": { "url": "https://github.com/LuaLS/lua-language-server/issues/484" }, - "version": "3.13.3" + "version": "3.13.4" } diff --git a/package/build.lua b/package/build.lua index 04c55fd..dffa062 100644 --- a/package/build.lua +++ b/package/build.lua @@ -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')) diff --git a/server b/server index 8d3a4c8..108ce76 160000 --- a/server +++ b/server @@ -1 +1 @@ -Subproject commit 8d3a4c8175d4f0d42257ed92fa3550eb6f9d0f29 +Subproject commit 108ce76c99bcb9990421edd4453a2ca8e282af95 diff --git a/setting/schema-ja-jp.json b/setting/schema-ja-jp.json index bbb6465..6ef7434 100644 --- a/setting/schema-ja-jp.json +++ b/setting/schema-ja-jp.json @@ -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" diff --git a/setting/schema-pt-br.json b/setting/schema-pt-br.json index a61ce17..a085313 100644 --- a/setting/schema-pt-br.json +++ b/setting/schema-pt-br.json @@ -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" diff --git a/setting/schema-zh-cn.json b/setting/schema-zh-cn.json index 4f2cd38..9d4f88c 100644 --- a/setting/schema-zh-cn.json +++ b/setting/schema-zh-cn.json @@ -2769,7 +2769,7 @@ "type": "boolean" }, "hover.previewFields": { - "default": 50, + "default": 10, "markdownDescription": "悬停提示查看表时,限制表内字段的最大预览数量。", "scope": "resource", "type": "integer" diff --git a/setting/schema-zh-tw.json b/setting/schema-zh-tw.json index 4350d59..eccb52e 100644 --- a/setting/schema-zh-tw.json +++ b/setting/schema-zh-tw.json @@ -2769,7 +2769,7 @@ "type": "boolean" }, "hover.previewFields": { - "default": 50, + "default": 10, "markdownDescription": "懸浮提示檢視表時,限制表內欄位的最大預覽數量。", "scope": "resource", "type": "integer" diff --git a/setting/schema.json b/setting/schema.json index bbb6465..6ef7434 100644 --- a/setting/schema.json +++ b/setting/schema.json @@ -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"