Dzhavat Ushev
Dzhavat Ushev
Detecting `display: flex;` in any file is possible right now but this is too broad. VS Code will then display the popup everywhere - in normal content, comments, etc. And...
Hey, thanks for trying the extension! I just wrote a comment in #5 about a similar request but for styled components. My idea is to find out how VS Code...
Thanks for pointing me to those pages. Will definitely take a look. Hopefully this will help me solve my problem.
Really nice idea! I think the "open PR" icon is a good fit because the extension's purpose is directly related to PRs. I have another idea which is a bit...
I had some time today and decided to try a couple of icons. Here are some variants: In my opinion, the first and second ones look the best. What do...
Nice! Will give it a try 👍
What I did in one of my extensions was to manually copy the `toolkit.min.js` in own folder and use it this way. Not the best but until there's a better...
> Until we have #44 implemented, what do you think about something like "Unsubscribe (Last Value: 102)"? In order to keep it consistent with the previous messages, I will suggest...
It is a bug https://github.com/microsoft/vscode/issues/142390 From my testing on Windows, it looks like lower case patterns will match mixed case files, but not the other way around.
Thank you for your contribution! It’s quite nice :) Something I’m concerned about is whether adding logic for checking HTML, Vue or whatever framework will have an impact on the...