Closed greentore closed 1 month ago
I can't reproduce the issue on Win10 or macOS.
Have you looked into the logs: View
/Output
/TypeScript
?
It looks like my scoop installation is borked. I can reproduce it on 2 computers with fresh profiles, but not if I run a build downloaded from github directly. Sorry for the noise.
So the issue come from scoop?
Hum, I've just tried scoop, no issue...
It was caused by vscode.typescript-1.62.3
in my extensions directory. I guess I copied the whole thing from vanilla vscode years ago. Bisect wouldn't find it as codium was treating it as native extension. Sorry again.
That make sense. No problem.
Describe the bug
infer T extends ...
syntax within template literal types is highlighted incorrectly. It works fine in vanilla VSCode and VSCodium with TypeScript Nightly extension installed from open-vsx.Please confirm that this problem is VSCodium-specific
Please confirm that the issue/resolution isn't already documented
To Reproduce
Taken from https://github.com/microsoft/TypeScript/pull/48094
Expected behavior Template literal highlight shouldn't leak beyond the closing tick.
Screenshots Broken Working
Desktop (please complete the following information):