All notable changes to the "grannepack-css" extension pack will be documented in this file.
The format is based on Keep a Changelog.
Removed npm because its functionality is now built in to VS Code. See “Run npm scripts as tasks from the Explorer” for more information.
Added CSS Flexbox Cheatsheet to the Extension Pack.
Removed Style formatter, because it hasn’t been updated since 2017 & its functionality is built in to VS Code.
Removed Bracket Pair Colorizer 2 (CoenraadS.bracket-pair-colorizer-2
), as the functionality is now built in to VSCode 1.62.0. Change the following in Settings to get it to work:
- Enable “Bracket Pair Colorization” (
"editor.bracketPairColorization.enabled": true
insettings.json
) - Set “Guides: Bracket Pairs” to
true
("editor.guides.bracketPairs": true,
insettings.json
)
Ritwick Dey isn’t maintaining Live Sass Compiler any longer, & it causes a crash of all extensions with an error messages of “Extension host terminated unexpectedly”, so I removed it & replaced it with Glenn Marks’ updated fork of Live Sass Compiler, which is maintained. Thank you, Glenn Marks! (That said, I really wish VSCode would just build this functionality in.)
Removed CSS Peek by Pranay Prakash, since it’s built into VS Code (press Option+F12 or Alt+F12 to invoke it).
Initial release, with 6 extensions.