Adrian

Results 9 comments of Adrian

Can confirm the issue with Inconsolata https://fontlibrary.org/en/font/inconsolata-lgc-markup

Sounds like a great idea, as it would enable "jump to tab" immediate navigation by characters on which you are looking at the tab name instead of numbers which have...

I've just installed your plugin along with the mentioned script and I'm quite happy with both solutions working for windows and tabs respectively. Thank you for the seamless experience. Reopening...

added the repo to reproduce this error https://github.com/Dmitra/linaria-vite When you first launch the project there is an error: ``` [vite] Internal server error: The argument 'path' must be a string...

it is used internally https://github.com/react-component/tree/blob/master/src/Tree.tsx#L289 so it's just a matter of being properly exposed ![Screenshot from 2020-08-04 10-58-40](https://user-images.githubusercontent.com/280060/89268682-89b85a00-d641-11ea-82ef-2abfdbc178bd.png)

yes, here is a master branch with `Root.tsx` changed to showcase the problem: line numbers are offset by exactly a single line, which was removed from original file by the...

I found sourcemap visualization tool, https://evanw.github.io/source-map-visualization/ which shows exactly that mapping is wrong: ![Screenshot_20221010_210450](https://user-images.githubusercontent.com/280060/195295894-f04d42bb-981c-4b5d-8027-d162070df78d.png) Can you reproduce this issue? Unfortunately it makes debugging impossible.