Tamas Kiss
Tamas Kiss
Thanks for the kind words and for reaching out, it's good to hear that the stuff I did actually helps people :smiling_face_with_three_hearts: About support for other languages than js/ts: The...
I would rather create a separate package (fork? maybe) out of tsmetrics-core and tear typescript out of it and include some sort of dart specific AST analysis tool instead. When...
Iit doesn't work becaise variable resolution is not done for settings (there is no API for it right now, see https://github.com/microsoft/vscode/issues/46471). I suggest to simply use `gutterpreview.paths":{"~/":"MyPersonalWeb/wwwroot/" }`, as workspace...
My bad it should have been ``` gutterpreview.paths":{"~":"MyPersonalWeb/wwwroot/" } ``` Let me know if this worked, I've just tested the setup locally, and it seems to be working fine. If...
nope it is still not working
Ok so it seems to work :sweat_smile: , I've got confused because I had a path mapping to the src folder (which is the default additonal source folder). TLDR; Should...
I have to check this in more detail. Sorry, I've totally forgot about this :(
So, today I've checked it with https://github.com/TreeMoons/Moons and the mentioned configuration option ```"gutterpreview.paths": { "~": "MyPersonalWeb/wwwroot/" }```. I'm not sure why it doesn't work for you, but it worked for...
I was thinking about introducing a profile mechanism. Maybe when I get to it, this would be also addressed then... Thanks for opening an issue and the link to this...
I'm open for suggestions on how to improve the situation, however I think that code path could be simplified (that is the purpose of this extension, to point out such...