Subroto
Subroto
This issue will only support `.gitignore` files. Support for `.eslintignore` can be added on demand later, if ever needed.
I will wait to work on this. I think creating a small library to provide this functionality and also support glob patterns would be an interesting project to work on....
It should! Even I was thinking of only looking for file stats to recalculate the dependent files using the CSS variables. A few queries before I start working on this...
I still feel adding a watch mode to this extension would be great. Since this extension now already supports linting. Using a separate library just to enable CSS custom property...
This is a good suggestion, and I wanted to implement it as well, but it's tricky since CSS class scoping is not decided within CSS, but it's scoping is decided...
😅 I agree and also feel this can/should be a PostCSS plugin rather than part of this extension, and if already present can work with this extension without any changes....
~~On second thought, I think using these linters directly as a plugin to this extension would cause issues because they all work in `strict mode`. What I mean is if...
I looked into these extensions: - [Stylelint (Official)](https://marketplace.visualstudio.com/items?itemName=stylelint.vscode-stylelint) - Only allows linting, no support for IntelliSense. I feel that's on purpose. - [PostCSS (Unofficial)](https://marketplace.visualstudio.com/items?itemName=vunguyentuan.vscode-postcss), the only one actively maintained I...
> I'm going to DM you on twitter if that's okay. Are your DMs open? Sure!! I do feel the extension we are thinking of might need a bit of...
I tried `json` as is, and comments are already supported. I had to fiddle with CSS a bit to hide errors for using `...`, but it works for me. I...