Files
vscode/extensions
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-01-31 16:52:03 +01:00
2022-05-22 20:03:30 +02:00
2022-05-02 11:20:10 +02:00
2022-05-02 11:20:10 +02:00
2022-04-25 21:03:41 +02:00
2022-05-22 20:03:30 +02:00
2022-05-02 11:20:10 +02:00
2022-05-13 10:22:33 +02:00
2022-05-24 20:19:04 +00:00
2022-05-24 20:19:04 +00:00