X Tutup
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: jmkiser-dev/code-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jmkiser-dev/code-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: anmol-restructure
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 122 files changed
  • 2 contributors

Commits on Feb 4, 2020

  1. Implement new structure

    code-asher committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    b29346e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b30aefc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a54e91 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dbc5c06 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. Improve routing

    code-asher committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    8cc11d1 View commit details
    Browse the repository at this point in the history
  2. Add logo to background

    code-asher committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    7c6fe56 View commit details
    Browse the repository at this point in the history
  3. Handle when VS Code fails to load

    This is mostly for development where VS Code might not have finished
    compiling yet.
    code-asher committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    6e809b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a149c5f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4cc181c View commit details
    Browse the repository at this point in the history
  6. Only serve HTML on specific index.html requests

    Otherwise there is risk of an infinite loop through the iframe where the
    fallback keeps loading the root HTML which itself has an iframe...
    code-asher committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    205775a View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. Configuration menu
    Copy the full SHA
    6cebfa4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efaeb3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a0f1d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63f3c04 View commit details
    Browse the repository at this point in the history
  5. Un-nest a switch

    code-asher committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    26f8216 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. Implement cli parser

    code-asher committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    2564190 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5baf166 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

  1. Fix docs

    nhooyr committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    4d59182 View commit details
    Browse the repository at this point in the history
Loading
X Tutup