vscode
vscode copied to clipboard
Inlay hints are truncated
- VS Code Version: 1.86.2
- OS Version: windows remote-ssh to linux
The LSP now truncates the array indices hint, making it hard to easily discern the total size of an array. This change occurred between versions 1.85.2 and 1.86.2. Tested below for clangd version 0.1.26
Before (1.85.2):
The vector is clearly 18 elements.
After (1.86.2):
A glance at the code is insufficient to easily determine the number of elements.
This is the same workspace on the same remote machine. The only difference is the version of vscode.