Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from microsoft:main #577

Open
wants to merge 643 commits into
base: main
Choose a base branch
from
Open

[pull] main from microsoft:main #577

wants to merge 643 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Nov 7, 2024

  1. Pick up latest TS for building VS Code (#233369)

    Fixes a few new typings issues. All seem like valid problems
    mjbvz authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    793580e View commit details
    Browse the repository at this point in the history
  2. Make sure auth provider listener is setup before extensions and move …

    …register warning into ext host code (#233373)
    
    This just moves code out of a contribution into the service so that the ExtPoint handler gets set up before extensions start coming in.
    
    Also, we'd like to throw when an extension doesn't include their auth provider in the package.json so move the warning into a place that makes sense and set up a telemetry event so we can understand usage of this behavior.
    
    Fixes #233324
    TylerLeonhardt authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    804fed2 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    af3a0ff View commit details
    Browse the repository at this point in the history
  2. fix: don't roll back edits if response hit length limit (#233378)

    fix: don't roll back to snapshot if response hit length limit
    joyceerhl authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    137b2a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ad5865 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d53db4e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7cef67d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    49e1e99 View commit details
    Browse the repository at this point in the history
  7. Fix discard edits to update disk state (#233401)

    * when discarding only our changes then save, instead of calling revert
    
    fixes #233398
    
    * show title for modified decoration
    jrieken authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    4a98be2 View commit details
    Browse the repository at this point in the history
  8. Add padding to the tree find widget (#233402)

    Give the tree find widget space at the top
    benibenj authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    c5b5cb2 View commit details
    Browse the repository at this point in the history
  9. Improve chat overlay behavior and loading indication (#233406)

    * show spinner when having started to compute edits
    
    * ignore hidden actions in chat overlay
    jrieken authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    43f217e View commit details
    Browse the repository at this point in the history
  10. Remove grabber functionality from Tree Find (#233405)

    * remove grabber
    
    * remove async datat tree layout call
    benibenj authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    7abcae9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c48f21c View commit details
    Browse the repository at this point in the history
  12. fix: cannot open vscode when use vscode-win32-x64 in Windows (#233285)

    When executing `npm run gulp vscode-win32-x64` on the Windows platform, the `bundle-vscode` task is triggered. However, this task does not handle the path issues well, resulting in the contents of the `bootstrap-window.js` file not being injected into `workbench.js` and `processExplorer.js`.
    
    The reason why VSCode does not encounter this issue is that the code compilation (compile-build) is performed on a Linux machine, while the Windows machine only executes the application build (vscode-win32-x64-ci will not trigger `bundle-vscode`).
    
    Signed-off-by: Kevin Cui <[email protected]>
    BlackHole1 authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    d0d222d View commit details
    Browse the repository at this point in the history
  13. Only show views context menu action on view container when merged wit…

    …h view title (#233408)
    
    * only show views submenu if merged with view title
    
    * add views submenu also to panel
    benibenj authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    024999d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5cae08d View commit details
    Browse the repository at this point in the history
  15. Merge pull request #233387 from BABA983/fix-wrong-terminal-setting-key

    Correct ShellIntegrationDecorationsEnabled in markdownDescription
    Tyriar authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    8907447 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4217d01 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b2511e7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    01340a9 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8627333 View commit details
    Browse the repository at this point in the history
  20. Fix pwsh suggest flags

    Fixes #233427
    Tyriar committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    045fa72 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #233429 from microsoft/tyriar/233427

    Fix pwsh suggest flags
    Tyriar authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    ef00be1 View commit details
    Browse the repository at this point in the history
  22. Allow to undo edit hunks (#233426)

    * add undo btn to each change from chat edit
    
    * react to layout changes
    
    * better ids
    
    * prevent double add
    
    * * better support for buttons with label and text
    * add `UndoHunkAction` which keybinding etc pp
    * hunk widget renders hunk menu
    
    * * make sure we are correctly subscribed to diffInfo changes
    * simply things with more obs
    * make it harder to lose the hunk menu
    
    * undo the right hunk
    jrieken authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    ea6cdff View commit details
    Browse the repository at this point in the history
  23. Small tweaks for post edit widget (#233431)

    - Use button colors so it stands out more
    
    - Make sure cancellation returns focus to the editor
    mjbvz authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    d24fdad View commit details
    Browse the repository at this point in the history
  24. debug: bump js-debug to 1.95.3 (#233438)

    Contains microsoft/vscode-js-debug@v1.95.2...v1.95.3
    
    I will have a nicer fix on js-debug's main branch, but this is simple and safe. In non-locked conditions the evaluation takes single-digit milliseconds.
    connor4312 authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    21c07c8 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    76b576a View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    f88445c View commit details
    Browse the repository at this point in the history
  27. feat: add context key filtering to command retrieval in preferences a… (

    #233445)
    
    feat: add context key filtering to command retrieval in preferences actions
    bhavyaus authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    bb903c0 View commit details
    Browse the repository at this point in the history
  28. testing: update error message badge with some feedback (#233447)

    - Make the border styleable
    - Fix pointer rendering issues with zoom
    - Make the width account for scroll contents
    connor4312 authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    ec16881 View commit details
    Browse the repository at this point in the history
  29. SR command to read last REPL execution (#233372)

    * SR command to read last REPL execution
    
    * use error details
    
    * just use the values within the error
    
    * test error collection
    
    * combine output helpers
    
    * auto read item executed in REPL
    
    * switch order so universal hotkey is in a11y help
    
    * combine adjacent stream outputs
    
    * self-review
    amunger authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    5f1771c View commit details
    Browse the repository at this point in the history
  30. Connor4312/testing-badge-feedback (#233450)

    fix: line border overlapping error message
    connor4312 authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    c24b6ed View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    8fd40e6 View commit details
    Browse the repository at this point in the history
  32. additional tests for gathering output text (#233452)

    * test for getting all text outputs correctly
    
    * one more test
    amunger authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    32327db View commit details
    Browse the repository at this point in the history
  33. testing: some refinements to default settings and progress (#233453)

    * testing: migrate testing.openTesting -> testing.automaticallyOpenResults
    
    More accurate and discoverable name
    
    * testing: use single click open action in test explore and open peek on click
    connor4312 authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    d7ea241 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. Configuration menu
    Copy the full SHA
    4798530 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    deb1c35 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #233458 from microsoft/tyriar/requestCompletions

    Convert requestCompletions into an active instance action
    Tyriar authored Nov 9, 2024
    Configuration menu
    Copy the full SHA
    eef833b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #233298 from microsoft/tyriar/233231

    Hide insert at cursor by default in terminal chat
    Tyriar authored Nov 9, 2024
    Configuration menu
    Copy the full SHA
    05f13ec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    42f90e8 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. Configuration menu
    Copy the full SHA
    f8f0cb9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #233520 from microsoft/tyriar/233518

    Only register devMode listeners onces, remove status bar item
    Tyriar authored Nov 10, 2024
    Configuration menu
    Copy the full SHA
    5c4124d View commit details
    Browse the repository at this point in the history
  3. Try dismissing paste widget on any cursor change (#233529)

    Hopefully helps with cases where you try triggering code actions but the paste widget is still visible
    mjbvz authored Nov 10, 2024
    Configuration menu
    Copy the full SHA
    9b365ca View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Enable async registration of chat participants (#233444)

    * Enable async registration of chat participants
    
    * Fix build
    
    * Revert "Fix build"
    
    This reverts commit c4b489b.
    
    * Revert "Enable async registration of chat participants"
    
    This reverts commit 918fd7c.
    
    * Try it this way
    
    * Wait before checking registration
    roblourens authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    c00f3f5 View commit details
    Browse the repository at this point in the history
  2. edit improvements (#233552)

    * fix #233543
    
    * use better color for disabled hover-ed buttons
    
    * better view/hide logic hunk menu
    jrieken authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    a4c0274 View commit details
    Browse the repository at this point in the history
  3. Remove magic number

    Fixes #233206
    Tyriar committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    a83efec View commit details
    Browse the repository at this point in the history
  4. Merge pull request #233562 from microsoft/tyriar/233206

    Remove magic number
    Tyriar authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    fb298c8 View commit details
    Browse the repository at this point in the history
  5. fix #233379 (#233563)

    jrieken authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    15518a8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c6b0284 View commit details
    Browse the repository at this point in the history
  7. Prevent terminal getting larger than 75% of terminal

    Exception when widget min height is larger than that.
    
    Fixes #233227
    Tyriar committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    06b36a2 View commit details
    Browse the repository at this point in the history
  8. inline chat fixes (#233566)

    * take decorationWidth into account when layouting chat zone
    
    #233561
    
    * chat - fix input height computation when resizing editor
    jrieken authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    f9a75f1 View commit details
    Browse the repository at this point in the history
  9. Revert "fix #229955 (#229959)" (#233567)

    This reverts commit 6043ad1.
    sandy081 authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    86a992a View commit details
    Browse the repository at this point in the history
  10. Merge pull request #233569 from microsoft/tyriar/233227

    Prevent terminal getting larger than 75% of terminal
    Tyriar authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    75ab013 View commit details
    Browse the repository at this point in the history
  11. Fixes #233208 (#233572)

    hediet authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    6c111e6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3d0a897 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    afc3a6a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5261d03 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e92ff39 View commit details
    Browse the repository at this point in the history
  16. update distro (#233592)

    joaomoreno authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    c6406bd View commit details
    Browse the repository at this point in the history
  17. Polish show/hide of undo btn (#233594)

    * use primary color for hunk btns
    * show hunk btn when cursor is within
    * hide/show with slight animiation
    jrieken authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    597a62e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3bd09b9 View commit details
    Browse the repository at this point in the history
  19. Pick up TS 5.7 rc (#233597)

    mjbvz authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    ff60639 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4e84827 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3cc75a5 View commit details
    Browse the repository at this point in the history
  22. handle large github issue error (#233613)

    * handle large github issue things
    
    * inline added something that was kinda cool but doesn't work in all scenarios very cool and demure tho
    justschen authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    debf919 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    0244c5e View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    e6bb858 View commit details
    Browse the repository at this point in the history
  25. Only rewrite sourcemap urls when js (#233626)

    This prevents the build from touching any other kind of file.
    TylerLeonhardt authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    d6688b5 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    9b290c9 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    fa92e13 View commit details
    Browse the repository at this point in the history
  2. Prelimnary support for notebook chat edits (#233629)

    * Prelimnary support for notebook chat edits
    
    * Misc changes
    DonJayamanne authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    5690e16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a89b74 View commit details
    Browse the repository at this point in the history
  4. Efficient notebook chat edit syncs and decorate cell insertions (#233636

    )
    
    * Efficient notebook chat edit syncs
    
    * Decorate highlights
    
    * Fix Uris
    DonJayamanne authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    1105c97 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    636a30e View commit details
    Browse the repository at this point in the history
  6. Make hover appearance optional (fix option type) (#233651)

    appearance is optional for hover at mouse
    benibenj authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    9ddd28f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2a14403 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e8e79e0 View commit details
    Browse the repository at this point in the history
  9. Show highlights badge for collapsed folders (#233599)

    * add highlight results
    
    * fix test
    benibenj authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    cc5c49c View commit details
    Browse the repository at this point in the history
  10. 💄 (#233652)

    jrieken authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    5e12467 View commit details
    Browse the repository at this point in the history
  11. fix #233235 (#233654)

    * fix #233235
    
    * use URI.from
    sandy081 authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    6eeb7a6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    597efe0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    20e4d5e View commit details
    Browse the repository at this point in the history
  14. Remove unused function

    Tyriar committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    71da4ef View commit details
    Browse the repository at this point in the history
  15. Merge pull request #233666 from microsoft/tyriar/233661

    Editor GPU: Fix left boundary tab rendering
    Tyriar authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    e3aa7ea View commit details
    Browse the repository at this point in the history
  16. Merge pull request #233667 from microsoft/tyriar/unused

    Remove unused function
    Tyriar authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    0b7d525 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b511829 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0a14a2c View commit details
    Browse the repository at this point in the history
  19. fix #233234 (#233673)

    sandy081 authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    9a129c0 View commit details
    Browse the repository at this point in the history
  20. Adjust content after lines are deleted

    Fixes #233677
    Part of #227092
    Tyriar committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    dd26995 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0be64db View commit details
    Browse the repository at this point in the history
  22. fix #232043 (#233596)

    * fix #232043
    
    * fix compilation error
    
    * fix compilation
    
    * fix compilation
    
    * fix compilation
    
    * fix compilation
    
    * fix compilation
    sandy081 authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    e9d6c6a View commit details
    Browse the repository at this point in the history
  23. Cleanup explorer highlight (#233668)

    cleanup explorer highlight
    benibenj authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    a639205 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #233674 from microsoft/tyriar/227102

    Re-render after canvas device pixel dims change
    Tyriar authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    22b7dc5 View commit details
    Browse the repository at this point in the history
  25. Merge pull request #233680 from microsoft/tyriar/233677

    Adjust content after lines are deleted
    Tyriar authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    3159892 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    41c06eb View commit details
    Browse the repository at this point in the history
  27. fix #232551 (#233683)

    sandy081 authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    3a663b4 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    1b5bb23 View commit details
    Browse the repository at this point in the history
  29. rename asCSSPropertyValue to asCSSStringValue and use for generated C…

    …SS with `font-family` and `content`
    aeschli committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    7c199fe View commit details
    Browse the repository at this point in the history
  30. wip continue in chat

    jrieken committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    90e6906 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    f2f0ad8 View commit details
    Browse the repository at this point in the history
  32. more validation

    aeschli committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    faa5845 View commit details
    Browse the repository at this point in the history
  33. remove console.log

    jrieken committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    d2e142c View commit details
    Browse the repository at this point in the history
  34. polish

    aeschli committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    8ecdfd9 View commit details
    Browse the repository at this point in the history
  35. Fallback to DOM for lines 3000+, move limits to ctx

    Fixes #233695
    Part of #227108
    Part of #227091
    Tyriar committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    141d037 View commit details
    Browse the repository at this point in the history
  36. Merge pull request #233696 from microsoft/tyriar/233695

    Fallback to DOM for lines 3000+, move limits to ctx
    Tyriar authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    d9b1503 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    521e9ec View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    1422b60 View commit details
    Browse the repository at this point in the history
  39. Fix compile after merge

    Tyriar committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    c908f16 View commit details
    Browse the repository at this point in the history
  40. Extract interface and fix dispose for TS related files (#233705)

    The array is updated async so we can't spread it in the return type
    mjbvz authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    ea13242 View commit details
    Browse the repository at this point in the history
  41. Merge pull request #233701 from microsoft/tyriar/227092

    Clear space/tab cells on render, ignore xOffset in cell buffer
    Tyriar authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    5dc57f4 View commit details
    Browse the repository at this point in the history
  42. Support finding folders int explorer find (#233707)

    Support folder explorer search
    benibenj authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    dd9ef27 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    cc65d12 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    55f2f69 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    f31aced View commit details
    Browse the repository at this point in the history
  46. feat: Update gettingStarted accessible view with command execution (#…

    …233647)
    
    * feat: enhance Getting Started accessible view with command execution actions
    
    * feat: update Getting Started accessible view with command execution and link handling
    bhavyaus authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    465cc6a View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    c4efcbd View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    6f7d045 View commit details
    Browse the repository at this point in the history
  49. Add Select All Matches to notebook editor (#233132)

    * working select all matches from idle + async issue fixes
    
    * renamings for readability
    
    * support selecting state usage
    
    * small readability refactors -- flatter
    
    * support find widget usage of ctrl+shft+L
    
    * refactor + find widget integrations
    
    * rename nb text model findmatches
    
    * align action names w editor
    Yoyokrazy authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    42dc419 View commit details
    Browse the repository at this point in the history
  50. Remove support for old code action contribution proposals (#233725)

    Instead of the static contributions, you can provide documentation with your code action provider: 8dc7bea
    mjbvz authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    7d2db67 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    58487f6 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    1c06f8d View commit details
    Browse the repository at this point in the history
  53. feat: allow chat related file providers to specify a description at r…

    …egistration and for results (#233731)
    joyceerhl authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    89f3c39 View commit details
    Browse the repository at this point in the history
  54. feat: render percentage progress in chat code block pills (#233723)

    * feat: render percentage progress in chat code block pills
    
    * Revert "feat: rerender chat markdown code block pills when going from generating to applying edits (#233710)"
    
    This reverts commit 55f2f69.
    joyceerhl authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    ba2edb7 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    3583dd3 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    51b15d1 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    19c2c26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3997799 View commit details
    Browse the repository at this point in the history
  3. Reduce to limit support

    osortega committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    56bf60b View commit details
    Browse the repository at this point in the history
  4. Revert register copilotRelated with copilot (#233729)

    * Revert "Add new context parameter to API"
    
    This reverts commit a003a0d.
    
    * Remove additional references to CopilotRelated
    sandersn authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    a1276ac View commit details
    Browse the repository at this point in the history
  5. Display deleted cells in viewzones (#233740)

    * Display deleted cells in viewzones
    
    * Simpler fix
    
    * Revert
    
    * misc
    DonJayamanne authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    1b86938 View commit details
    Browse the repository at this point in the history
  6. invocationMessage as MarkdownString (#233744)

    * invocationMessage as MarkdownString
    Fix #232985
    
    * string | MarkdownString
    roblourens authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    a370576 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5474564 View commit details
    Browse the repository at this point in the history
  8. use sendRequest-method when transferring turns, fix race-bug when a…

    …dopting multiple requests
    jrieken committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    dc3acd4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4302b6e View commit details
    Browse the repository at this point in the history
  10. Support accept/reject notebook chat edits (#233751)

    * Support accept/reject notebook chat edits
    
    * Fixes
    
    * Fixes
    DonJayamanne authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    5169170 View commit details
    Browse the repository at this point in the history
  11. Fix compressed highlights functionality (#233752)

    fix compressed highlights
    benibenj authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    6d5f185 View commit details
    Browse the repository at this point in the history
  12. Remove maxResults limit for directory searches (#233753)

    Remove maxHit for directories
    benibenj authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    ec3e758 View commit details
    Browse the repository at this point in the history
  13. CountBadge 💄 (#233708)

    * countbadge hover dispose
    
    * 💄
    benibenj authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    3b1baf6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    554d990 View commit details
    Browse the repository at this point in the history
  15. collect failed extension artifacts in a trash folder (#233688)

    * collect failed extension artifacts in a trash folder
    
    * fix tests
    sandy081 authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    849b854 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    601f45a View commit details
    Browse the repository at this point in the history
  17. Support Folders as attachment (#233767)

    Support Folders as context
    benibenj authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    2206a8f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e7dcde4 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #233769 from microsoft/tyriar/233768

    Get DOM-based selections working on gpu lines
    Tyriar authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    cd0bd66 View commit details
    Browse the repository at this point in the history
  20. Handle hit test for GPU view lines

    Fixes #228971
    Tyriar committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    dd3fa1d View commit details
    Browse the repository at this point in the history
  21. Clean up

    Tyriar committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    a826d91 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    2e1c62e View commit details
    Browse the repository at this point in the history
  23. Merge pull request #229172 from microsoft/tyriar/228971

    Get mouse events working for GPU renderer
    Tyriar authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    069e8e5 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    db865c3 View commit details
    Browse the repository at this point in the history
  25. Re-render GPU side when decorations change

    Fixes #233779
    Fixes #233778
    Tyriar committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    536b329 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    d28ffb9 View commit details
    Browse the repository at this point in the history
  27. Merge pull request #233781 from microsoft/tyriar/233779

    Re-render GPU side when decorations change
    Tyriar authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    012624a View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    a161602 View commit details
    Browse the repository at this point in the history
  29. Calculate WGSL coordinates inside shader

    Fixes #233787
    Tyriar committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    4a5844e View commit details
    Browse the repository at this point in the history
  30. Merge pull request #233789 from microsoft/tyriar/233787

    Calculate WGSL coordinates inside shader
    Tyriar authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    544e5c1 View commit details
    Browse the repository at this point in the history
  31. fix precondition for reading last output (#233774)

    fix precondition
    amunger authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    4a2d95d View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    67c00bd View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    8dcb8e3 View commit details
    Browse the repository at this point in the history
  34. Remove unused import

    Tyriar committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    87a02e7 View commit details
    Browse the repository at this point in the history
  35. Add helpers for constructing inline css (#233376)

    * Add helpers for constructing inline css
    
    Adds some helper functions for constructing inline css
    
    * Add comment and update tests
    mjbvz authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    15a2bf0 View commit details
    Browse the repository at this point in the history
  36. Merge pull request #233796 from microsoft/tyriar/233790_2

    Only update gpu scroll offset on scroll event
    Tyriar authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    4f8b663 View commit details
    Browse the repository at this point in the history
  37. Decorated nb cells inserted via chat edits (#233793)

    * Decorated nb cells inserted via chat edits
    
    * Highlight entire row green
    
    * Misc
    DonJayamanne authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    9355625 View commit details
    Browse the repository at this point in the history
  38. more a11y polish on REPL (#233792)

    read minimal error if possible
    amunger authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    a53bfec View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    671f37d View commit details
    Browse the repository at this point in the history
  2. chore: bump distro

    joyceerhl committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    caa9f40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    841e8b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33c552e View commit details
    Browse the repository at this point in the history
  5. feat: support picking related files for chat editing in Add Files pic…

    …ker (#233817)
    
    * feat: support picking related files for chat editing in Add Files picker
    
    * fix: try prioritizing related files when generating file completions, drop timeout to not hold up completions too much
    joyceerhl authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    a067314 View commit details
    Browse the repository at this point in the history
  6. Revert dual model chat code block approach (#233821)

    Revert dual model approach
    
    Temporary until we can figure out the better fix for #232538
    mjbvz authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    66fdf79 View commit details
    Browse the repository at this point in the history
  7. fix #193740 (#233832)

    sandy081 authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    a42d89c View commit details
    Browse the repository at this point in the history
  8. proper fix for #232699 (#233827)

    * proper fix for #232699
    
    * fix copy paste
    sandy081 authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    8869a4e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    43b8cbd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3ab8e3f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d8c8142 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #233837 from microsoft/tyriar/233835

    Fix contentLeft not being respected after line numbers change
    Tyriar authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    f986db3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    02d23bd View commit details
    Browse the repository at this point in the history
  14. #232043 revert cli command and support downloading VSIX in UI (#233843)

    * Revert "fix #232043 (#233596)"
    
    This reverts commit e9d6c6a.
    
    * #232043 revert cli command and support downloading VSIX in UI
    sandy081 authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    653fd41 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9847bdc View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1c4df3b View commit details
    Browse the repository at this point in the history
  17. Handle resolver extension points before activating (#233721)

    * Reapply "fix #229955 (#229959)" (#233567)
    
    This reverts commit 86a992a.
    
    * Handle resolver extension points before activating - fixes #224236
    
    * Revert "Reapply "fix #229955 (#229959)" (#233567)"
    
    This reverts commit 3e435d6.
    
    * improve handling resolver extensions
    
    * move check into for loop
    
    * clean up
    
    * revert to fix failing test
    
    * use existing method
    
    * review feedback - stream resolved extensions
    
    * fix
    
    * undo
    sandy081 authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    6dd6e70 View commit details
    Browse the repository at this point in the history
  18. fix #229955 (#233855)

    Reapply "fix #229955 (#229959)" (#233567)
    
    This reverts commit 86a992a.
    sandy081 authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    fd5fa8e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ea57cf0 View commit details
    Browse the repository at this point in the history
  20. Add interface for adding value selection in QuickPick for extension A…

    …PI (#233275)
    
    * Add interface for adding value selection in QuickPick for extension API
    
    * Implement the interface
    
    * Move valueSelection to QuickInput from InputBox and QuickPick
    
    * Change exposed API to add valueSelection only to QuickPick
    CrafterKolyan authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    3c86c97 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. feat: show chat related files directly in the editing widget working …

    …set (#233872)
    
    feat: show chat related files directly in the editing widget
    joyceerhl authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    dfdb382 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cdfe23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6075871 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28f7008 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff6beb5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    da17c9e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    efb046d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9891bee View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d5a82de View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8a50c5f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e6d0ee8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ca6444c View commit details
    Browse the repository at this point in the history
  13. Navigate through cells with changes (#233883)

    * Accept/Reject/Next/Previous actions per notebook
    
    * Support Accept/Reject/Next/Prev in notebooks
    
    * Nav through next/previous cells with changes
    
    * revert
    DonJayamanne authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    b15a0a7 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #233885 from microsoft/ben/inner-pony

    ben/inner-pony
    bpasero authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    a4e9131 View commit details
    Browse the repository at this point in the history
  15. fix compile error

    jrieken committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    a423a66 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #233852 from microsoft/joh/unique-parrotfish

    Joh/unique-parrotfish
    jrieken authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    a57b852 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c1d0d9a View commit details
    Browse the repository at this point in the history
  18. Move to auth cert for Release service (#233841)

    * wip
    
    * move to auto provisioning, only cert based auth
    
    * k
    
    * missing compilation
    
    * remove console logs
    
    * extract get publish auth tokens, wait 5 seconds before polling for release
    joaomoreno authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    681164a View commit details
    Browse the repository at this point in the history
  19. update

    aeschli committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    b46d303 View commit details
    Browse the repository at this point in the history
  20. Adopt the MSAL broker to talk to the OS for Microsoft auth (#233739)

    This adopts the `NativeBrokerPlugin` provided by `@azure/msal-node-extensions` to provide the ability to use auth state from the OS, and show native auth dialogs instead of going to the browser.
    
    This has several pieces:
    * The adoption of the broker in the microsoft-authentication extension:
      * Adding `NativeBrokerPlugin` to our PCAs
      * Using the proposed handle API to pass the native window handle down to MSAL calls (btw, this API will change in a follow up PR)
      * Adopting an AccountAccess layer to handle:
        * giving the user control of which accounts VS Code uses
        * an eventing layer so that auth state can be updated across multiple windows
    * Getting the extension to build properly and only build what it really needs. This required several package.json/webpack hacks:
      * Use a fake keytar since we don't use the feature in `@azure/msal-node-extensions` that uses keytar
      * Use a fake dpapi layer since we don't use the feature in  `@azure/msal-node-extensions` that uses it
      * Ensure the msal runtime `.node` and `.dll` files are included in the bundle
    * Get the VS Code build to allow a native node module in an extension: by having a list of native extensions that will be built in the "ci" part of the build - in other words when VS Code is building on the target platform
    
    There are a couple of followups:
    * Refactor the `handle` API to handle (heh) Auxiliary Windows #233106
    * Separate the call to `acquireTokenSilent` and `acquireTokenInteractive` and all the usage of this native node module into a separate process or maybe in Core... we'll see. Something to experiment with after we have something working. NEEDS FOLLOW UP ISSUE
    
    Fixes #229431
    TylerLeonhardt authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    3051342 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #233687 from microsoft/aeschli/metropolitan-salmon…

    …-496
    
    rename asCSSPropertyValue to asCSSStringValue and use for generated CSS with `font-family` and `content`
    aeschli authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    f6d3b6e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f9653c2 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    005b582 View commit details
    Browse the repository at this point in the history
  24. chat overlay and hunk menu work (#233903)

    * use primary btn color for all hunk buttons
    
    * add N or M to chat overlay
    
    * use toolbar and primary action
    jrieken authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    095a18f View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    a57ff4e View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c9e3414 View commit details
    Browse the repository at this point in the history
  27. stuff (#233905)

    * align chat history filtering
    
    * tweak styles of hunk menu
    
    * fix tests
    jrieken authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    434e2d6 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    2fc0143 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    99ff85b View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    6df9a97 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    78742c4 View commit details
    Browse the repository at this point in the history
  32. Merge pull request #233923 from microsoft/tyriar/233797

    Fix roundedSelection when line rendering is mixed
    Tyriar authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    ab41c45 View commit details
    Browse the repository at this point in the history
  33. fix: don't change editing state for a file that was already accepted …

    …or rejected in chat editing on undo (#233925)
    
    fix: don't handle undo for a file that was already accepted or rejected in chat editing
    joyceerhl authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    3468642 View commit details
    Browse the repository at this point in the history
  34. An overlay that indicates GPU-rendered lines

    Always on for now when the experimental setting is on.
    
    Fixes #233771
    Tyriar committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    e280ddb View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    04eff40 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    9fc7493 View commit details
    Browse the repository at this point in the history
  37. Merge pull request #233918 from microsoft/tyriar/233913

    Editor GPU: Fix glyphs sometimes missing the final line/column of pixels and negative zoom breaking the slab mechanism
    Tyriar authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    5dcfaf4 View commit details
    Browse the repository at this point in the history
  38. Merge pull request #233934 from microsoft/tyriar/233933

    Listen to right event in rectangle renderer
    Tyriar authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    6fec530 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    38e9253 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    36f4516 View commit details
    Browse the repository at this point in the history
  41. Merge pull request #233932 from microsoft/tyriar/233771

    An overlay that indicates GPU-rendered lines
    Tyriar authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    b5f27d8 View commit details
    Browse the repository at this point in the history
  42. Split stylesheet specific functions out of dom (#233873)

    The dom file is getting pretty big. This splits out the parts that are specific to stylesheets as these are intendant of the other parts
    mjbvz authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    c7baced View commit details
    Browse the repository at this point in the history
  43. Remove Microsoft-related logos

    LitoMore authored and chrmarti committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    10c9715 View commit details
    Browse the repository at this point in the history
  44. put fix/explain with copilot directly in the status bar (#233927)

    * put copilot fix and explain in status bar
    
    * fix up actions
    
    * watch for execution error within the viewmodel
    
    * make observable publicly readonly
    
    * remove unused service
    
    * fix tests
    
    * remove unused import
    amunger authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    b8ad8f5 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    f8c1869 View commit details
    Browse the repository at this point in the history
  46. a11y view for last output from REPL input (#233943)

    * a11y view for last output from REPL input
    
    * default auto focus to input
    
    * comment
    amunger authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    bf2e6e9 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    eaa6d7e View commit details
    Browse the repository at this point in the history
  48. fix: don't re-add suggested entries which were previously removed (#2…

    …33946)
    
    * fix: don't re-add suggested entries which were previously removed
    
    * fix: don't add related files after first request is submitted
    joyceerhl authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    1445d01 View commit details
    Browse the repository at this point in the history
  49. predictable keytar resolution (#233948)

    In a couple of builds [like this one](https://dev.azure.com/monacotools/Monaco/_build/results?buildId=305323&view=results) we have seen bad comparisons of `extension.js` in the Microsoft Auth extension:
    
    > 2024-11-15T19:16:07.080Z electron-universal SHA for file Contents/Resources/app/extensions/microsoft-authentication/dist/extension.js does not match across builds a4db653e84d42a8cb4681a2274dffd34e0d7729cf14c0c4228b668778aa81c18!=6ff1bd8b8b51db2bff1d5f000625f0efe490a92eb282d0559aa904325d6cad68
    
    Which is odd, considering there is no native dependencies used on macOS. The suspicion is that this is because of `keytar` which we have in the package.json using an odd `file:./path...`syntax to prevent it from installing normally since we don't use it.
    
    The solution: additionally alias keytar in the webpack config so that the resolution is predictable.
    TylerLeonhardt authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    b278635 View commit details
    Browse the repository at this point in the history
  50. Merge pull request #233947 from microsoft/tyriar/227107

    Cache up to date lines and don't write them unless invalidated
    Tyriar authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    67d03ca View commit details
    Browse the repository at this point in the history
  51. use WIF for Codesign (#233908)

    * use WIF for Codesign
    
    * fix indentation
    
    * fix tasks
    joaomoreno authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    dfe78a1 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    8cf1060 View commit details
    Browse the repository at this point in the history
  53. Show local extensions on the top while searching extensions #232991 (#…

    …233926)
    
    * Show local extensions on the top while searching extensions #232991
    
    * use lowercase
    sandy081 authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    7742645 View commit details
    Browse the repository at this point in the history
  54. Limit providerUsage event (#233954)

    The 'authentication.providerUsage' event fires wayyyy too often.
    
    Before:
    
    > 1 Event every time an extension asks for any provider and that provider returns an auth session.
    
    After:
    
    > 1 Event per provider per extension per session. In other words, we will only fire the telemetry event if we have never seen Extension, Foo, receive an auth session from Provider, Bar, in this window.
    
    This will dramatically reduce the number of events, while still giving me insight on what extensions are using what providers.
    TylerLeonhardt authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    9b957f9 View commit details
    Browse the repository at this point in the history
  55. separate help menus for REPL input and history (#233955)

    separate help menus for repl input and history
    amunger authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    53ab97b View commit details
    Browse the repository at this point in the history
  56. Support installing default extensions on first startup (#233957)

    Support installing default extensions on first startup #232990
    sandy081 authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    076f092 View commit details
    Browse the repository at this point in the history
  57. Test fix

    osortega committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    add268e View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    f0a136a View commit details
    Browse the repository at this point in the history
  59. fixes #233257 (#233960)

    sbatten authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    1770cc4 View commit details
    Browse the repository at this point in the history
  60. Merge pull request #233737 from osortega/osortega/find-search-history

    Search history support for find widget
    osortega authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    92d8b52 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. Configuration menu
    Copy the full SHA
    37d40fc View commit details
    Browse the repository at this point in the history
  2. Fix wonky chat spinner again (#233975)

    on wrapped text
    roblourens authored Nov 16, 2024
    Configuration menu
    Copy the full SHA
    11ce150 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e354996 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #233995 from microsoft/tyriar/233993

    Invert gpuMark, add reasons why it cannot be rendered to title
    Tyriar authored Nov 16, 2024
    Configuration menu
    Copy the full SHA
    25f77b9 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2024

  1. Support Accept/Reject/Next/Prev chat edit actions in notebooks (#233875)

    * Accept/Reject/Next/Previous actions per notebook
    
    * Support Accept/Reject/Next/Prev in notebooks
    DonJayamanne authored Nov 17, 2024
    Configuration menu
    Copy the full SHA
    00762bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e2855f View commit details
    Browse the repository at this point in the history
  3. chore: bump [email protected] (#234015)

    * chore: bump [email protected]
    
    * chore: bump distro
    deepak1556 authored Nov 17, 2024
    Configuration menu
    Copy the full SHA
    33c2ffb View commit details
    Browse the repository at this point in the history