Skip to content

Latest commit

 

History

History
83 lines (43 loc) · 3.91 KB

CHANGELOG.md

File metadata and controls

83 lines (43 loc) · 3.91 KB

Changelog

All notable changes to the "grannepack-html" extension pack will be documented in this file.

The format is based on Keep a Changelog.

[0.10] - 2022-12-15

Added Image Preview, which provides a preview of images in the gutter & by hovering over links.

Total count: 12 extensions & 2 themes.

[0.9] - 2022-10-09

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

[0.8] - 2022-05-12

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

[0.7] - 2022-03-31

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

[0.6] - 2022-03-29

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.

[0.5.1] - 2022-01-29

I forgot to add Live Preview to package.json, so that silly mistake is now fixed.

Total count: 13 extensions & 2 themes.

[0.5] - 2021-07-14

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.

[0.4] - 2020-04-09

Removed the following extensions:

[0.3] - 2019-11-08

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 like Alt+W for Emmet: Balance (outward) & Shift+Alt+X for Emmet: Balance (inward))
  • Sort Lines by Tyriar (now built in to Visual Studio Code)

Total count: 13 extensions & 2 themes.

[0.2] - 2019-05-28

  • Fixed numbering & date in CHANGELOG.md.
  • Updated links to other GrannePacks in README.md.

[0.1] - 2019-05-28

Initial release, with 15 extensions & 2 themes.