mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 07:15:54 +01:00
From https://github.com/microsoft/TypeScript/pull/48529 Let users control is variable type inlay hints are suppresed if the variable name matches the type name, such as: ```ts const range = new Range(); ```