mirror of
https://github.com/microsoft/vscode.git
synced 2026-03-02 14:58:43 +00: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(); ```