vscode-nushell-lang
vscode-nushell-lang copied to clipboard
Hide inferred types when already given explicitly
...or can we at least have an option to do it without hiding it for all other cases.
I personally get confused seeing double when I choose to explicitly annotate some variables.
Agreed. The Inlays shouldn't be shown if the type is explicitly provided. We'd accept a PR to make that change.