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: expo/vscode-expo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.4.1
Choose a base ref
...
head repository: expo/vscode-expo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.4.2
Choose a head ref
  • 5 commits
  • 18 files changed
  • 3 contributors

Commits on Mar 9, 2024

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

Commits on Mar 10, 2024

  1. test: add tests for debugging (#255)

    * test: add tests for debugging quick start command
    
    * test: add tests for debugging session
    
    * test: add test for device selection when debugging multiple devices
    
    * test: replace `stubFetch` with actual response
    
    `node-fetch` gets bundled in production builds, so we cant stub that in e2e tests.
    
    * chore: add single test run for production builds
    
    * docs: add missing `disposedSpy` dockblock
    byCedric committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    3cc442a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5a2986 View commit details
    Browse the repository at this point in the history
  3. fix: activate extension after startup is finished (#257)

    This is because `workspaceContains:node_modules/expo` doesnt work for non-top-level references.
    
    See: microsoft/vscode#2739
    byCedric committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    fd07af8 View commit details
    Browse the repository at this point in the history
  4. chore: create new release 1.4.2

    ## [1.4.2](1.4.1...1.4.2) (2024-03-10)
    
    ### Bug fixes
    
    * activate extension after startup is finished ([#257](#257)) ([fd07af8](fd07af8))
    * use proper vsix file name when adding to github release ([1b88b19](1b88b19))
    
    ### Code changes
    
    * only re-fetch config when affected ([#256](#256)) ([f5a2986](f5a2986))
    Expo CI committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    aa76613 View commit details
    Browse the repository at this point in the history
Loading