vscode-csscomb
vscode-csscomb copied to clipboard
:electric_plug: VS Code plugin for CSScomb — CSS coding style formatter.
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) Changelog Sourced from glob-parent's changelog. 5.1.2 (2021-03-06) Bug Fixes eliminate ReDoS...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....
The main package (`csscomb`) that uses this extension is no longer being developed. I don't see the point in using outdated technology. Instead of `csscomb` you can use the following...
- Issue Type: `Performance` - Extension Name: `vscode-csscomb` - Extension Version: `5.3.1` - OS Version: `Windows_NT x64 10.0.18363` - VSCode version: `1.45.0` :warning: Make sure to **attach** this file from...
I'm too lazy to fill out the sections, but I thought I'd note that if you install the latest version of this plugin with a `.csscomb.json` file above the directory...
Was wondering if it's possible to have project level combing rules that can be stored inside this subdir rather than on the project root? Thanks
### Environment * VSCode Version: 1.37.0 * OS Version: windows * CSScomb Version: 5.2.3 I used this config to set CSScomb as default formatter ```json { "[scss]": { "editor.defaultFormatter": "mrmlnc.vscode-csscomb"...
### Environment * VSCode Version: 1.22.2 * vscode-csscomb version: 5.2.2 ### Steps to reproduce In a LESS file, either use command palette to invoke "Format Document" command or press the...