Subroto
Subroto
VSCode has started to push CSS Variables into the auto-complete list, when the variables are defined in the same file that a user is working on. This causes unnecessary duplicates...
**Describe the bug** Nested variable declarations do not get evaluated for color values, where one of the parent CSS source file is present in multiple folder settings. **To Reproduce** Steps...
One question, i noticed that i need to open (and focus) the erroring file in order to find the errors. i had suggested the problems tab idea because i was...
TailwindCSS provides a setting called `includeLanguages`. This provides a dynamic behaviour in the extension and users can enable/disable the extension IntelliSense for whichever language they want, instead of raising an...
This issue keeps a track of all the conflicting behaviour between this extension and VSCode, which are unsolvable or hard to resolve. ## Variable duplicates in the same file. If...
_Rewrite the extension to have better DX_ Current issues with the code: - Cache code logic has become too cumbersome to manage. It has become too unpredictable. - I need...
Something like the following should provide a good way to inject CSS variables into the extension cache, to populate variables that extension is unable to figure out statically (for e.g...
Currently, this extension creates N file watchers, for each dynamically imported file/folder path, this is not efficient and memory intensive. Need to use user-defined globs or create globs for imported...
How to support: https://github.com/microsoft/vscode-vsce/issues/421#issuecomment-1038911725
Currently, it feels like the extension is not working when the download is in progress. A progress indicator would be really helpful (if possible).