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: microsoft/vscode-test
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.3
Choose a base ref
...
head repository: microsoft/vscode-test
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.5
Choose a head ref
  • 9 commits
  • 12 files changed
  • 4 contributors

Commits on Apr 19, 2022

  1. Bump ansi-regex from 5.0.0 to 5.0.1 (#113)

    Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1.
    - [Release notes](https://github.com/chalk/ansi-regex/releases)
    - [Commits](chalk/ansi-regex@v5.0.0...v5.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: ansi-regex
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 19, 2022
    Configuration menu
    Copy the full SHA
    5bc4aee View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump minimist from 1.2.5 to 1.2.6 (#140)

    Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
    - [Release notes](https://github.com/substack/minimist/releases)
    - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)
    
    ---
    updated-dependencies:
    - dependency-name: minimist
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 19, 2022
    Configuration menu
    Copy the full SHA
    2a93fc8 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump ansi-regex from 3.0.0 to 3.0.1 in /sample (#143)

    Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1.
    - [Release notes](https://github.com/chalk/ansi-regex/releases)
    - [Commits](chalk/ansi-regex@v3.0.0...v3.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: ansi-regex
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 19, 2022
    Configuration menu
    Copy the full SHA
    a81577e View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. fix: incorrect platform used on arm64 Linux (#145)

    We previously duplicated the "architecture" in the "platform" field.
    This PR unifies that into the single "platform" field (which was already
    exposed by consumer to specify the architecture for some things) which
    resolves the issue.
    
    Also pulls in vitest to add tests that the download is successful on
    all platforms.
    connor4312 authored May 4, 2022
    2 Configuration menu
    Copy the full SHA
    c6092b0 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Configuration menu
    Copy the full SHA
    43f7664 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Microsoft mandatory file (#149)

    Co-authored-by: microsoft-github-policy-service[bot] <77245923+microsoft-github-policy-service[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    67c091b View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. fix: uncaught error on failure to connect to update service (#152)

    * fix: uncaught error on failure to connect to update service
    
    * 2.1.4
    connor4312 authored Jun 10, 2022
    Configuration menu
    Copy the full SHA
    cabeacc View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Configuration menu
    Copy the full SHA
    7ab3c88 View commit details
    Browse the repository at this point in the history
  2. 2.1.5

    connor4312 committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    d4991cf View commit details
    Browse the repository at this point in the history
Loading