mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-19 06:39:55 +01:00
6428d0fc7d
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(); ```