Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coderoad/coderoad-vscode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a89f12281d0e15820ec16b59f09620d8b742379a
Choose a base ref
...
head repository: coderoad/coderoad-vscode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e008abf5611d65536d64d9c5c37bf55466ac884c
Choose a head ref
  • 7 commits
  • 6 files changed
  • 3 contributors

Commits on Jun 17, 2021

  1. test fails with doctype

    This might have missed it in hindsight, but the test fails as someone follows the tutorials.
    
    Changing it from `<!doctype html>` to `<!DOCTYPE html>` solves the problem
    Saif-Shines authored Jun 17, 2021
    Configuration menu
    Copy the full SHA
    2cc14f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Bump path-parse from 1.0.6 to 1.0.7

    Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
    - [Release notes](https://github.com/jbgutierrez/path-parse/releases)
    - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)
    
    ---
    updated-dependencies:
    - dependency-name: path-parse
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 12, 2021
    Configuration menu
    Copy the full SHA
    2acc353 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2021

  1. support csp exceptions

    Signed-off-by: shmck <shawn.j.mckay@gmail.com>
    ShMcK committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    7566f56 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #498 from Saif-Shines/patch-1

    test fails with doctype
    ShMcK authored Aug 28, 2021
    Configuration menu
    Copy the full SHA
    2f48289 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #503 from coderoad/csp-excemptions

    support csp exeptions
    ShMcK authored Aug 28, 2021
    Configuration menu
    Copy the full SHA
    bce8e63 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #501 from coderoad/dependabot/npm_and_yarn/path-pa…

    …rse-1.0.7
    
    Bump path-parse from 1.0.6 to 1.0.7
    ShMcK authored Aug 28, 2021
    Configuration menu
    Copy the full SHA
    d24b0fa View commit details
    Browse the repository at this point in the history
  5. Bump path-parse from 1.0.6 to 1.0.7 in /docs

    Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
    - [Release notes](https://github.com/jbgutierrez/path-parse/releases)
    - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)
    
    ---
    updated-dependencies:
    - dependency-name: path-parse
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 28, 2021
    Configuration menu
    Copy the full SHA
    e008abf View commit details
    Browse the repository at this point in the history
Loading