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-vsce
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.31.1
Choose a base ref
...
head repository: microsoft/vscode-vsce
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0
Choose a head ref
  • 8 commits
  • 6 files changed
  • 4 contributors

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    71d485d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1028 from microsoft/dev/bhavyau/need-more-info

    Remove need-more-info-closer workflow
    bhavyaus authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    cf0bc32 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. fix: probabilistic trigger v8 crash (#1032)

    There is a probability of triggering a v8 crash when running the `yarn list --prod --json` command. Related discussion: nodejs/node#51555
    
    This issue does not always occur. When we build `vscode-reh-linux-arm64` in the Dockerfile, there is more than a 50% chance of failure.
    
    If this PR is merged, the code related to DISABLE_V8_COMPILE_CACHE in vscode can also be removed (https://github.com/search?q=repo%3Amicrosoft%2Fvscode%20DISABLE_V8_COMPILE_CACHE&type=code).
    
    Globally setting `DISABLE_V8_COMPILE_CACHE=1` will increase the entire build time by 3 to 5 minutes.
    
    Signed-off-by: Kevin Cui <bh@bugs.cc>
    BlackHole1 authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    b10ae0b View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Revert "update depricated dependencies"

    This reverts commit d0e1a5c.
    benibenj committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    784e74d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1034 from microsoft/benibenj/revertDependency

    Revert "Update deprecated dependencies"
    benibenj authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    b347c2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce9b369 View commit details
    Browse the repository at this point in the history
  4. engine update

    benibenj committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    6b64546 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1035 from microsoft/benibenj/accessible-wolf

    Update deprecated dependencies and move to Node 20
    benibenj authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    f7ed2e1 View commit details
    Browse the repository at this point in the history
Loading