Files
vscode/extensions/typescript-language-features/src
Matt Bierner 6428d0fc7d Support TS's includeInlayVariableTypeHintsWhenTypeMatchesName setting (#150489)
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();
```
2022-05-26 16:00:04 -07:00
..
2022-03-03 15:03:33 -08:00
2022-05-24 16:00:55 -07:00
2022-04-21 22:23:48 -04:00
2022-03-03 15:03:33 -08:00
2022-03-03 15:03:33 -08:00