From @axefrog on May 11, 2017 23:38
- VSCode Version: 1.12.1
- OS Version: Windows 10
Without non-null assertion operator:

With non-null assertion operator:

The only difference between the above two examples is the presence of a non-null assertion postfix operator after the expression vars.get(name).
I've tried switching through all my color themes, and they all have the same issue, suggesting this is an issue with the way TypeScript is being tokenized, rather than with any particular theme itself.
Copied from original issue: microsoft/vscode#26496