All notable changes to the "grannepack-html" extension pack will be documented in this file.
The format is based on Keep a Changelog.
Added Image Preview, which provides a preview of images in the gutter & by hovering over links.
Total count: 12 extensions & 2 themes.
Mike Kaufman's version of HTMLHint is deprecated & has been migrated to a new version overseen by a user named HTMLHint. It also appears that further work has been done to the extension, which is encouraging.
Total count: 11 extensions & 2 themes
Removed Microsoft’s Live Share Extension Pack because I never used it with students, & it kept popping up notifications that confused them. If they need it, they can install it.
Total count: 11 extensions & 2 themes
Added HTMLHint to find & report problems with HTML. I also updated the settings.json file I have students use by turning on several of HTMLHint’s rules; otherwise, installing HTMLHint does nothing on its own.
Total count: 12 extensions & 2 themes
Replaced the Spell Right extension with Code Spell Checker, which does a far better job & is certainly better for code. Please note that Code Spell Checker is case insensitive, so it cannot tell the difference between foo & Foo.
Removed Path Autocomplete because it kept showing duplicate folders & files, & the solutions provided by the extension author didn’t work. And on top of that, I didn’t notice that Microsoft added this same feature, called HTML Path Completion, back in February 2018.
I have updated the settings.json file I provide to reflect the above changes.
Finally, I updated the README to reflect these changes, & also updated the instructions for using my settings.json
file.
Total count: 11 extensions & 2 themes.
I forgot to add Live Preview to package.json
, so that silly mistake is now fixed.
Total count: 13 extensions & 2 themes.
Removed the following extension, because Microsoft now offers the equivalent with Live Preview:
- Live Server: see changes to your webpages as you update your code
Added the following extension by Microsoft, which replaces Live Server:
- Live Preview: hosts a local server in your workspace for you to preview your webpages
Total count: 12 extensions & 2 themes.
Removed the following extensions:
- Auto Rename Tag by Jun Han (as of VS Code 1.44, the functionality, called Synced Regions, is built in & detailed at https://code.visualstudio.com/updates/v1_44#_synced-regions)
Removed the following extensions:
- expand-region by Le Trieu (the built-in Emmet commands
Emmet: Balance (outward)
&Emmet: Balance (inward)
perform this function; I recommend adding a key command likeAlt+W
forEmmet: Balance (outward)
&Shift+Alt+X
forEmmet: Balance (inward)
) - Sort Lines by Tyriar (now built in to Visual Studio Code)
Total count: 13 extensions & 2 themes.
- Fixed numbering & date in CHANGELOG.md.
- Updated links to other GrannePacks in README.md.
Initial release, with 15 extensions & 2 themes.