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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1ba0fac10a2b5c6d2656716aa79b0858bd34809c
Choose a base ref
...
head repository: microsoft/vscode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 105d4af21c11ed9f13e65feba4ce4b41217e2024
Choose a head ref
  • 17 commits
  • 62 files changed
  • 10 contributors

Commits on Feb 18, 2025

  1. Make sure folders are requested when files are

    Fixes #241090
    Tyriar committed Feb 18, 2025
    Copy the full SHA
    f77ee08 View commit details
  2. introduce AbstractChatEditingModifiedFileEntry (#241110)

    * add first version of `AbstractChatEditingModifiedFileEntry`
    * remove `IModifiedFileEntry#originalModel`
    * reduce usage of `IModifiedFileEntry#diffInfo`
    
    fyi @DonJayamanne notebook world needs cleanup here, it should not depend on modified file entries for text documents anymore
    jrieken authored Feb 18, 2025
    Copy the full SHA
    32ecac6 View commit details
  3. fix #241094 (#241114)

    jrieken authored Feb 18, 2025
    Copy the full SHA
    b14a80c View commit details
  4. fix: Add Files... opens with query prefilled (#241117)

    joyceerhl authored Feb 18, 2025
    Copy the full SHA
    1274bc4 View commit details
  5. Instead of adding a "save-blocker", disable auto-save while streaming (

    jrieken authored Feb 18, 2025
    Copy the full SHA
    faf1cdf View commit details
  6. fix #241046 (#241120)

    jrieken authored Feb 18, 2025
    Copy the full SHA
    3368017 View commit details
  7. SCM - fix missing actions in the Repositories view (#241124)

    lszomoru authored Feb 18, 2025
    Copy the full SHA
    6856a3d View commit details
  8. move ChatEditingModifiedDocumentEntry into its own file (#241121)

    jrieken authored Feb 18, 2025
    Copy the full SHA
    dfad570 View commit details
  9. tests - enable API tests with test runner (#240876)

    * tests - enable API tests with test runner
    
    * windows
    
    * use correct specific tests per api workspace type
    
    ---------
    
    Co-authored-by: Connor Peet <[email protected]>
    bpasero and connor4312 authored Feb 18, 2025
    Copy the full SHA
    0c4d858 View commit details
  10. Better API for hiding tool invocations (#241132)

    roblourens authored Feb 18, 2025
    Copy the full SHA
    574218a View commit details
  11. added some issue reporter styling fix (#241130)

    * added some issue reporter styling fix
    
    * better fix
    
    * some revets
    justschen authored Feb 18, 2025
    Copy the full SHA
    fb89290 View commit details

Commits on Feb 19, 2025

  1. chat: code pill polishes (#241133)

    - We now keep a 'postEdit' snapshot so we can make sure we're always
      able to show diffs, fixing the issue with the last pill and some
      other state bugs. I think this fixes microsoft/vscode-copilot#13229
    - Made the observable for `getEntryDiffBetweenStops` proper and react to
      various updates. Made its type independent of the IDocumentDiff @jrieken
    - Clicking on a pill now opens the change made at that point in time.
    connor4312 authored Feb 19, 2025
    Copy the full SHA
    02a2725 View commit details
  2. ensure spec commands show up before misc ones (#240724)

    meganrogge authored Feb 19, 2025
    Copy the full SHA
    edac0c5 View commit details
  3. Merge pull request #241092 from microsoft/tyriar/241090

    Make sure folders are requested when files are
    Tyriar authored Feb 19, 2025
    Copy the full SHA
    8261885 View commit details
  4. chore: bump [email protected] (#241115)

    deepak1556 authored Feb 19, 2025
    Copy the full SHA
    d97a6ef View commit details
  5. Fix missing response toolbar (#241143)

    If we have a part that isn't rendered, then we loop forever trying to render it and the response is never marked as complete, so the toolbar is hidden.
    roblourens authored Feb 19, 2025
    Copy the full SHA
    cbae72f View commit details
  6. Revert "tests - enable API tests with test runner" (#241146)

    Revert "tests - enable API tests with test runner (#240876)"
    
    This reverts commit 0c4d858.
    bpasero authored Feb 19, 2025
    Copy the full SHA
    105d4af View commit details
Loading