Skip to content
View rsgranne's full-sized avatar
Block or Report

Block or report rsgranne

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. VSCode Settings VSCode Settings
    1
    // Place your settings in this file to overwrite the default settings
    2
    {
    3
      "breadcrumbs.enabled": true,
    4
      "editor.acceptSuggestionOnEnter": "on",
    5
      "editor.detectIndentation": false,
  2. VSCode HTML Snippets VSCode HTML Snippets
    1
    {
    2
      /*
    3
      // Place your snippets for HTML here. Each snippet is defined under a snippet name and has a prefix, body and 
    4
      // description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
    5
      // ${1}, ${2} for tab stops, ${0} for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the 
  3. HTML5 template for Web dev courses HTML5 template for Web dev courses
    1
    <!doctype html>
    2
    <html lang="en">
    3
    
    
    4
      <head>
    5
        <meta charset="UTF-8">
  4. Bootstrap 5 CDN template for Web dev... Bootstrap 5 CDN template for Web dev courses (2023-01-18 to 5.2.3)
    1
    <!DOCTYPE html>
    2
    <html lang="en">
    3
    
    
    4
      <head>
    5
        <meta charset="utf-8">
  5. grannepack-html grannepack-html Public

    HTML-related Visual Studio Code extensions for Scott Granneman’s Web Dev courses

  6. grannepack-css grannepack-css Public

    CSS-related Visual Studio Code extensions for Scott Granneman’s Web Dev courses