Giancarlo Calderón Cárdenas
Giancarlo Calderón Cárdenas
Maybe just a quick implementation of `prefers-color-scheme`? Nothing fancy, just some color changes at CSS level. Something like "**Part 2- Dark Mode at the Operating System Level**" from [https://css-tricks.com/a-complete-guide-to-dark-mode-on-the-web/](https://css-tricks.com/a-complete-guide-to-dark-mode-on-the-web/) Are...
I'm also facing the same issue on some java projects with maven. (actually, it has been a few months). It works after restarting VSCode between 1 and several times. (it...
Hi. What's the status of this issue? Looks fixed but not released (?)
Oh, my bad. I meant only to allow the last space, the one before "/>". All other current rules/directives should still apply.
Hi, again. First of all, **thanks for tha awesome work you are doing with this plugin!** ~Maybe I missed something, I read the PR and updated my config file accordingly:~...
I faced a similar issue. As a workaround I installed the 4.0.0 version `npm install --global --production [email protected]` and then run the original one `npm install -g --production windows-build-tools`, and...
Trying to upgrade from 0.5.2 to 0.7.1. Would be nice an updated changelog to see if there is any breaking changes.
Or to delete the `.drawio.bkp` file if the project was saved successfully (or has no unsaved changes)
If this is implemented, then autocomplete could be used (like in ESLint) in configfile with *.js, *.ts, *.mjs or *.cjs extensions. `.eslintrc.cjs` 
Not sure if this might be tangentially related to a similar issue I'm facing. If not, I can create a separate issue. Whenever I add `@RestForm` to `Map` or `MultivaluedMap`...