You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tested with latest 5.0, 5.1, and 5.2 and it happens with all of them.
β― Playground Link
No response
π» Code
import{ElectronAPI}from"@electron-toolkit/preload";declare global {interfaceWindow{electron: ElectronAPI;api: unknown;}}
π Actual behavior
Code_tNdGogku8S.mp4
I have this file in my project that does this and it looks like a sourcemap / token map mismatch / offset or something.
π Expected behavior
The tokens should be mapping to their respective reflections like in this playground
Additional information about the issue
I can't reproduce this in another file it just keeps happening in this specific file in this specific project. I can reproduce it if I copy the project and install the dependencies, so if someone wants to investigate it I can add you to a repository with the code.
π Search Terms
token mismatch, syntax highlighting
π Version & Regression Information
I tested with latest 5.0, 5.1, and 5.2 and it happens with all of them.
β― Playground Link
No response
π» Code
π Actual behavior
Code_tNdGogku8S.mp4
I have this file in my project that does this and it looks like a sourcemap / token map mismatch / offset or something.
π Expected behavior
The tokens should be mapping to their respective reflections like in this playground
Additional information about the issue
I can't reproduce this in another file it just keeps happening in this specific file in this specific project. I can reproduce it if I copy the project and install the dependencies, so if someone wants to investigate it I can add you to a repository with the code.