This extension pack of HTML-related extensions is aimed at students in Scott Granneman’s beginning Web Development courses. Other extension packs focus on CSS, Git, & Markdown.
Click on the Raw button, press Command-A for macOS or Ctrl+A for Windows to select the contents of the page, & copy the contents of the page.
Invoke the Command Palette (Shift-Command-P for macOS or Ctrl+Shift+P for Windows & Linux), search for Open Settings (JSON), & press Return/Enter.
Again press Command-A for macOS or Ctrl+A for Windows to select the contents of your settings.json file, & then paste the contents of my Gist over what you already had there. Yes, this will overwrite any settings you have already made. If you want to keep your old settings, copy them to a separate file first, & then carefully add them back in one at a time after you paste in my settings. Pay attention to the rules of formatting JSON files if you do that!
Save the file you just pasted into — settings.json — & close the tab.
If Visual Studio Code reports errors with settings.json:
Paste the contents of your settings.json file into the JSON Formatter & Validator web tool. It will provide clear solutions to help you mitigate errors.