Subroto

Results 27 issues of 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...

bug
breaking-change

**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...

bug

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...

enhancement

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...

question

_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...

enhancement

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...

enhancement
good first issue

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...

enhancement
good first issue
non-critical
performance

How to support: https://github.com/microsoft/vscode-vsce/issues/421#issuecomment-1038911725

enhancement

Currently, it feels like the extension is not working when the download is in progress. A progress indicator would be really helpful (if possible).

enhancement