From dc7d5ca31f0918a586659d12ee735ca17c18a215 Mon Sep 17 00:00:00 2001 From: bivashy Date: Sat, 26 Oct 2024 01:46:39 +0500 Subject: [PATCH] Match `sublime-package.json` with settings description --- sublime-package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sublime-package.json b/sublime-package.json index 0039f0a30..45ae72070 100644 --- a/sublime-package.json +++ b/sublime-package.json @@ -743,7 +743,7 @@ "type": "integer", "default": 100, "minimum": 0, - "markdownDescription": "Truncate limit for inlay hints. Truncates and adds an ellipsis at the end." + "markdownDescription": "Maximum length for inlay hints. Truncates exceeding characters and adds an ellipsis." }, "initially_folded": { "type": "array",