mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-20 02:34:37 +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(); ```