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: mongodb-js/vscode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.9.2
Choose a base ref
...
head repository: mongodb-js/vscode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.9.3
Choose a head ref
  • 3 commits
  • 8 files changed
  • 3 contributors

Commits on Oct 21, 2024

  1. Update changelog (#856)

    Co-authored-by: alenakhineika <16307679+alenakhineika@users.noreply.github.com>
    github-actions[bot] and alenakhineika authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    92a2c0b View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. VSCODE-640: Adapt message content access to latest vscode API (#857)

    * Adapt message content access to latest vscode API
    
    * Address CR comments
    nirinchev authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    cace4df View commit details
    Browse the repository at this point in the history
  2. VSCODE-639: Replace regex fragment matching with streaming KMP (#837)

    * Replace regex fragment matching with streaming KMP
    
    * Simplify content capturing
    
    * Add an explanation for FragmentMatcher
    
    * Handle multiple code blocks per fragment
    nirinchev authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    10be1c6 View commit details
    Browse the repository at this point in the history
Loading