Skip to content

Commit

Permalink
Specify missing truncation case in description
Browse files Browse the repository at this point in the history
  • Loading branch information
bivashy committed Nov 8, 2024
1 parent 875a7a0 commit 572b1cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LSP.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
// or a custom keybinding.
"show_inlay_hints": false,

// Maximum length for inlay hints. Truncates exceeding characters and adds an ellipsis.
// Maximum length for inlay hints. Truncates exceeding characters and adds an ellipsis. Zero or less means no truncation.
"inlay_hints_max_length": 30,

// Highlighting style of "highlights": accentuating nearby text entities that
Expand Down
2 changes: 1 addition & 1 deletion sublime-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@
"type": "integer",
"default": 30,
"minimum": 0,
"markdownDescription": "Maximum length for inlay hints. Truncates exceeding characters and adds an ellipsis."
"markdownDescription": "Maximum length for inlay hints. Truncates exceeding characters and adds an ellipsis. Zero or less means no truncation."
},
"initially_folded": {
"type": "array",
Expand Down

0 comments on commit 572b1cd

Please sign in to comment.