Skip to content

Commit

Permalink
Add inlay_truncate_limit into sublime package
Browse files Browse the repository at this point in the history
  • Loading branch information
bivashy committed Sep 15, 2024
1 parent 0c9f49c commit 9755ed2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sublime-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,12 @@
"default": false,
"markdownDescription": "Show inlay hints in the editor. Inlay hints are short annotations within the code, which show variable types or parameter names.\nThis is the default value used for new windows but can be overriden per-window using the `LSP: Toggle Inlay Hints` command from the Command Palette, Main Menu or a custom keybinding."
},
"inlay_truncate_limit": {
"type": "integer",
"default": 1000,
"minimum": 0,
"markdownDescription": "Truncate limit for inlay hints. Truncates and adds an ellipsis at the end."
},
"initially_folded": {
"type": "array",
"items": {
Expand Down

0 comments on commit 9755ed2

Please sign in to comment.