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 #354

Open
wants to merge 10,000 commits into
base: main
Choose a base branch
from
Open

[pull] main from microsoft:main #354

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

Commits on Oct 18, 2024

  1. Add transactions

    alexdima committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    9abbed0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    686be7f View commit details
    Browse the repository at this point in the history
  3. Fixes casing (#231663)

    hediet authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    ab537a1 View commit details
    Browse the repository at this point in the history
  4. Add overview decorations

    alexdima committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    5e915ce View commit details
    Browse the repository at this point in the history
  5. Merge pull request #231648 from microsoft/alexd/slimy-urial

    Improvements for Chat Edits
    alexdima authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    07933a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8491f57 View commit details
    Browse the repository at this point in the history
  7. fix: better fix for transient edits being tracked after a request is …

    …sent (#231675)
    
    * fix: better fix for transient edits being tracked after a request is sent
    
    * fix: look for correct autosave setting value
    joyceerhl authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    442bada View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2e9fc2a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    587ccd9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    67fde36 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #231683 from microsoft/hot-penguin

    fix await on `onSearchResultsChanged()`
    andreamah authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    d93dd05 View commit details
    Browse the repository at this point in the history
  12. add type checking to decorators

    yanglb authored and mjbvz committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    277082f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5dd9db3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    759c92b View commit details
    Browse the repository at this point in the history
  15. remove setting for image attachments (#231620)

    * remove setting for image attachments
    
    * check for extension enabled proposed api
    
    * whitespaces
    justschen authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    18c9825 View commit details
    Browse the repository at this point in the history
  16. lmTools API updates and LanguageModelPromptTsxPart (#231544)

    * Try LanguageModelToolResultItem
    
    * Implement it
    
    * lmTools API updates
    Resolve TODOs
    
    * Fix build
    
    * Doc
    
    * More content type -> mime type
    
    * More edits
    
    * Fixes
    
    * Add LanguageModelChatToolMode
    
    * Add implementation
    
    * New thing
    
    * note
    
    * API version bump
    
    * Finish it
    
    * Updates
    
    * Properly convert tool result content parts
    roblourens authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    21219a9 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    bcf6a6a View commit details
    Browse the repository at this point in the history
  18. Use hardcoded json schema for tools parametersSchema (#231699)

    This doesn't support full JSON schema, just a subset with some restrictions, so we use our own definition here so that extension authors can have a good experience.
    Fix #225727
    roblourens authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    e8c1e6c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    7aad687 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    997f705 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a1f9581 View commit details
    Browse the repository at this point in the history
  22. fix: include #file variables in chat working set (#231692)

    * fix: include `#file` variables in chat working set
    
    Also fix attachment rendering in regular chat requests
    
    * refactor: simplify `IChatEditingService` interface
    
    * fix: `#file` references earlier in an editing session should be sent as attachments in subsequent `ChatRequest`s
    joyceerhl authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    40eeca9 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #231703 from microsoft/connor4312/fix-breakpoint-c…

    …ondition-edit
    
    debug: fix edit breakpoint condition input not appearing
    connor4312 authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    343e21b View commit details
    Browse the repository at this point in the history
  24. Fix "Cannot read properties of undefined (reading 'implicitContext')" (

    …#231705)
    
    Don't try to set the context before the widget is fully rendered. Also, be a little more conservative in not setting up the implicit context on non-panel chat widgets
    roblourens authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    ae38d8a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    dc43276 View commit details
    Browse the repository at this point in the history
  26. fix: prompt for undo and retry edits only if the request did edits (#…

    …231710)
    
    * fix: update request ID for subsequent chat edits to the same file
    
    * fix: prompt for undo and retry edits only if the request did edits
    
    * fix: be more specific about what edits will be undone in dialogs
    joyceerhl authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    05f148d View commit details
    Browse the repository at this point in the history
  27. Implement "send and dispatch" (#231689)

    * Implement "send and dispatch"
    
    * Fix build
    
    * Caps
    
    * id
    roblourens authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    f94a65c View commit details
    Browse the repository at this point in the history
  28. Fix chat attachment container resizing (#231711)

    - Don't render attachments during layout. It's async and always gets sized to the height of one attachment because that's all that has rendered
    - Measure oldHeight before disposing previously rendered things
    - Don't fire onDidChangeHeight immediately when the button is clicked, this also starts a layout while a render is happening
    roblourens authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    64d1de4 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    7f42527 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Add more commands to symbol anchors (#231713)

    Adds support for `go to implantation` and `go to type definition`
    mjbvz authored Oct 19, 2024
    Configuration menu
    Copy the full SHA
    b466b4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e20d82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84f4e21 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d72a0f0 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. Configuration menu
    Copy the full SHA
    42b425b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1c2ee8 View commit details
    Browse the repository at this point in the history
  3. 🆙 distro (#231787)

    bpasero authored Oct 20, 2024
    Configuration menu
    Copy the full SHA
    b87039d View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Small fixes to inline anchor (#231798)

    - Don't hold on to text mode
    - Only update context when it's needed
    - On click, just go to line instead of selecting range
    - Don't show actions at all if there is no provider for them
    mjbvz authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    f785a17 View commit details
    Browse the repository at this point in the history
  2. Disable implicit context in edit view (#231801)

    Disable implicit context in other views
    Mixup from #231705
    roblourens authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    7a4db2f View commit details
    Browse the repository at this point in the history
  3. chore: run OSS tool (#231800)

    * chore: run OSS tool
    
    * 🆙distro
    joyceerhl authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    235982f View commit details
    Browse the repository at this point in the history
  4. Restore viewport context when no selection (#231804)

    Was including the full file, after the implicit context widget was added. This sends a Location as the reference value for the current viewport.
    roblourens authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    05ff1fd View commit details
    Browse the repository at this point in the history
  5. Set execution_count to null when clearning notebook outputs (#231806)

    * Set execution_count to null when clearning notebook outputs
    
    * Fix tests
    DonJayamanne authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    27d99fb View commit details
    Browse the repository at this point in the history
  6. chore: install make for snap (#231709)

    * chore: install make for snap
    
    * Also add g++
    
    * Also list versions
    
    * Again
    rzhao271 authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    75caed9 View commit details
    Browse the repository at this point in the history
  7. VSCode DDoS itself discovering ports for the tunnel feature (#231668)

    * VSCode DDoS itself discovering ports for the tunnel feature
    Fixes #230738
    
    * Expand limit
    alexr00 authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    8ec9d66 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    33c0bfa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    31ea6e5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c91c7b6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    104f0ac View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    48c7be5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2b45eae View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    16ff8ed View commit details
    Browse the repository at this point in the history
  15. Merge pull request #231824 from microsoft/alexd/handsome-egret

    Fix issues around restoring snapshots
    alexdima authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    902710e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    71e53b7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    92e6d3b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f84b345 View commit details
    Browse the repository at this point in the history
  19. fix #230260 (#231838)

    sandy081 authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    7e0d5fa View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b222424 View commit details
    Browse the repository at this point in the history
  21. update distro pointer

    isidorn committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    d8fe576 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    d82b96f View commit details
    Browse the repository at this point in the history
  23. Improve error logging for missing tree nodes (#231843)

    log node which is throwing
    benibenj authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    6fc6135 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #231844 from microsoft/isidorn/prospective-bonobo

    update distro pointer
    isidorn authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    0de9ec3 View commit details
    Browse the repository at this point in the history
  25. Merge pull request #229454 from trevor-scheer/main

    Marker message white-space `nowrap` -> `pre`
    sandy081 authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    2772c1d View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    44adad3 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    f00458a View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    15e9455 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    d0dcbfc View commit details
    Browse the repository at this point in the history
  30. bump distro (#231854)

    justschen authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    1e696c1 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    ecf3f0e View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    7ab1b3e View commit details
    Browse the repository at this point in the history
  33. Merge pull request #231859 from microsoft/ddossett/square-kangaroo

    Update codicons and use edit session icon
    daviddossett authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    60311c3 View commit details
    Browse the repository at this point in the history
  34. Bump da distro (#231860)

    distro UP
    TylerLeonhardt authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    7cdb7ee View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    1e580bc View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    0729b0f View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    d3bb5dd View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    2a98b75 View commit details
    Browse the repository at this point in the history
  39. Merge pull request #231873 from microsoft/andreamah/issue231399

    Put `hasNode` check if refreshing particular elements
    andreamah authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    f5ac616 View commit details
    Browse the repository at this point in the history
  40. Revert "fix: CLI is missing guard:cf flags" (#231874)

    Revert "fix: CLI is missing guard:cf flags (#231863)"
    
    This reverts commit 1e580bc.
    rzhao271 authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    d5baf34 View commit details
    Browse the repository at this point in the history
  41. add copilot icon beside copilot results node (#230561)

    * add copilot icon beside copilot results node
    
    * add todo
    andreamah authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    4ac5fc3 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    9408e18 View commit details
    Browse the repository at this point in the history
  43. feat: hide undone requests in the chat UI (#231877)

    * Add a field which reflects the currently undone requests
    
    * Hide requests and responses that were undone in the UI
    
    * Delete any requests which were undone from the underlying model when a new request is submitted
    
    * Align snapshot action names
    
    ---------
    
    Co-authored-by: Alex Dima <[email protected]>
    joyceerhl and alexdima authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    0698de0 View commit details
    Browse the repository at this point in the history
  44. Persist AI results upon button toggle (#230443)

    * keep AI search results if it is unaffected by the change
    
    * restore work on search model
    andreamah authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    f377b8c View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    dedff8b View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    eb3142c View commit details
    Browse the repository at this point in the history
  47. Merge pull request #231884 from microsoft/ddossett/compulsory-angelfish

    Update codicons and add `code-review`
    daviddossett authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    749d935 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    ebd1599 View commit details
    Browse the repository at this point in the history
  49. Merge pull request #231888 from microsoft/ddossett/historical-ox

    Adopt new edit session icon for edit view
    daviddossett authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    369da7c View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    2990609 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    fb42702 View commit details
    Browse the repository at this point in the history
  52. Finalize ChatRequest#model (#231811)

    * Finalize ChatRequest#model
    Fix #230844
    
    * Register model to fix tests
    roblourens authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    d9f379b View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    db90e51 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Add open to side action for symbol anchors (#231897)

    Add `open to side` action for symbols
    
    Useful command and also prevents the symbol context menu from being empty if there are no active providers for the language
    mjbvz authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    b298e16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17b703a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31b8402 View commit details
    Browse the repository at this point in the history
  4. Revert "chore: enable coi on desktop (#231665)" (#231899)

    This reverts commit 71e53b7.
    deepak1556 authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    4f50e36 View commit details
    Browse the repository at this point in the history
  5. Finalize lmTools (#231788)

    * @returns
    
    * Finalize it
    
    * small tweaks
    
    * add `LanguageModelTextPart` to chat message and its factory functions
    
    * update `LanguageModelChatResponse` docs
    
    * more doc tweaks
    
    * LangModelChatMessage.content always array
    
    * Optional cancel token
    
    * parameters notes
    
    * Updates
    
    ---------
    
    Co-authored-by: Johannes Rieken <[email protected]>
    roblourens and jrieken authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    bc0eb00 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    90b4e9c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    defe52d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f1078db View commit details
    Browse the repository at this point in the history
  9. Fix typo: context view anchor option might be dismissed when using `|…

    …|` (#228896)
    
    Fix typo: context view anchor option might be dismissed
    Bistard authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    3546da5 View commit details
    Browse the repository at this point in the history
  10. chore: bump [email protected] (#231913)

    * chore: bump [email protected]
    
    * chore: bump distro
    deepak1556 authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    6c2e9ff View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    527fc2d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    161661c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c50ff3b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b79ff2e View commit details
    Browse the repository at this point in the history
  15. fix: remote folder compilation on macOS with node.js v20.18.0 (#231928)

    * fix: remote folder compilation on macOS with node.js v20.18.0
    
    * chore: update debian deps
    
    * chore: update rpm deps
    deepak1556 authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    804f450 View commit details
    Browse the repository at this point in the history
  16. fix: disable Edit with Copilot action in chat footer for now (#231952)

    fix: disable Edit with Copilot for now
    joyceerhl authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    aabb725 View commit details
    Browse the repository at this point in the history
  17. style: simplify string formatting for readability (#231763)

    * style: simplify string formatting for readability
    
    * fix: formatting in `.rs` files in `src/`
    hamirmahal authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    a744313 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    890985d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2f0b38f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4224d78 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e8b45be View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    888dd9b View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    83e582f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #231982 from microsoft/testy-goat

    try to reduce chance of duplicate headers
    andreamah authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    136762c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #231985 from microsoft/southern-galliform

    fix async refresh on clear results
    andreamah authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    90ec60a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bffc11a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    48fc69b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5bb2952 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5cfef2c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fe99718 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    89d6652 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9ef817c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cc652f8 View commit details
    Browse the repository at this point in the history
  12. Compact badge for icons in panel title (#232020)

    compact badge for icons in panel title
    benibenj authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    227d5a5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e5985ac View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    af78f5b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    be6756e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e748d4b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ab9e24b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3d521ab View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0a9f884 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    84f3154 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    7bd727d View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    45677a2 View commit details
    Browse the repository at this point in the history
  23. fix #230468 (#232040)

    sandy081 authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    1d3c7c0 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    1097df9 View commit details
    Browse the repository at this point in the history
  25. Fix #232028 (#232046)

    joyceerhl authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    4a06986 View commit details
    Browse the repository at this point in the history
  26. Add metadata to commands and fix remove view command (#232048)

    add meta data to commands and fix remove view command
    benibenj authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    53cc019 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    1f98cfc View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    61ba31d View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    699fdf6 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    52f35de View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    1befa27 View commit details
    Browse the repository at this point in the history
  32. tweaks the wording of experimental and preview labels (#231991)

    * tweaks the wording of experimental and preview labels
    
    * one more tweak
    sbatten authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    2f6eb7f View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    fd6f63e View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    7994940 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    f5b8542 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    a6e5dc3 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    f7b57c8 View commit details
    Browse the repository at this point in the history
  38. Polish edit view styles

    daviddossett committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    f83b514 View commit details
    Browse the repository at this point in the history
  39. Merge pull request #232076 from microsoft/ddossett/electronic-pigeon

    Polish edit view styles
    daviddossett authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    e1e29b6 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    45a9f89 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    aafaa18 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    f50c72f View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    9e5c728 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    55cf6af View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    3126f37 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    f67ffbd View commit details
    Browse the repository at this point in the history
  47. tools API tweaks (#232023)

    * update ctor order of `LanguageModelToolCallPart`
    
    fixes #231925
    
    * 💄 make `LanguageModelToolResultPart` follow after `LanguageModelToolCallPart`
    
    * use `never` for `ChatParticipantToolToken` so that nothing can be assigned to it
    
    #231937
    
    * polish doc
    
    * keep API runtime stable
    
    #231938
    
    * More updates
    
    * Fix build
    
    * Add validation for toolInvocationToken
    
    ---------
    
    Co-authored-by: Rob Lourens <[email protected]>
    jrieken and roblourens authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    86a4d1d View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    c42b584 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    b3391fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc862cb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #232106 from microsoft/high-crane

    fix singular AI result with infinite load
    andreamah authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    a449735 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c9e4bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    65b48a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    39fd376 View commit details
    Browse the repository at this point in the history
  7. fix #232123 (#232124)

    sandy081 authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    d450518 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e1de28e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4e7b53c View commit details
    Browse the repository at this point in the history
  10. fix a typo (#232132)

    ulugbekna authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    1a85a08 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    26f713d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ffe710d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4c22312 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    eaf315a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    308b9dc View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e07da38 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    07d3416 View commit details
    Browse the repository at this point in the history
  18. more tweaks

    jrieken committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    0c89e7c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a593165 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8d37bf2 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d53129f View commit details
    Browse the repository at this point in the history
  22. Enable cell generate fully (#232150)

    * Enable cell generate fully
    
    * remove experimental tag
    rebornix authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    568e6a0 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #232140 from microsoft/joh/residential-ermine

    let review cancel the session when no or no real edits happened
    aeschli authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    a77b2c2 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    035dc5a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    bf742db View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    a030b0c View commit details
    Browse the repository at this point in the history
  27. Fix quick chat layout (#232167)

    roblourens authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    5f01465 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    d80bb0d View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    72bc3f9 View commit details
    Browse the repository at this point in the history
  30. Hide welcome view if chat view was moved independent of view container (

    #232173)
    
    * don't show the welcome view if the chat view has not been moved
    
    * reorder for clarity
    sbatten authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    372134d View commit details
    Browse the repository at this point in the history
  31. moving open chat view command to view so that it applies when the vie…

    …w is moved out of the container (same as search) (#232175)
    sbatten authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    c228ff9 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    ebd1bd7 View commit details
    Browse the repository at this point in the history
  33. Put implicit context back in quick chat (#232181)

    Fix microsoft/vscode-copilot-release#1985
    roblourens authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    511199a View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    329740d View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    bdc347e View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    964dee3 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    fa0bf8d View commit details
    Browse the repository at this point in the history
  38. update wording based on feedback (#232189)

    * update wording
    
    * remove test code
    
    * remove bad comma
    
    * address PR feedback
    sbatten authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    f338f3d View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    1c39d75 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    25ab7b2 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    2c1d208 View commit details
    Browse the repository at this point in the history
  42. Workaround references list not updating (#232176)

    Not the ideal fix but this makes it so that `ChatCollapsibleListContentPart` does not have a live version of the references list passed to it. The current code results in the item never being re-rendered because `hasSameContent` would always return true, so the references list would not update
    
    There are a bunch of layers above this that all say they are readonly arrays too. Being readonly is correct from the consumer side, but it looks like the array does get mutated behind the scenes which is often unexpected
    mjbvz authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    72a2c7c View commit details
    Browse the repository at this point in the history
  43. Fix accessible view regression (#232198)

    * accessible view fix
    
    * don't create wh, check schema for accessibleview
    Yoyokrazy authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    2016c3d View commit details
    Browse the repository at this point in the history
  44. fix: improve settings descriptions for actions triggered on save (#23…

    …0052)
    
    * fix: improve settings descriptions for actions trigged on save
    
    * fix: improve phrasing in settings descriptions
    
    * fix: replace docs link with setting link
    
    * fix: extract option reference to parameter
    elias-pap authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    56c9d0a View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    5adea64 View commit details
    Browse the repository at this point in the history
  46. fix: automatically undo and show retry action for failed editing requ…

    …ests (#232201)
    
    fix: automatically undo and show retry action for failed requests
    joyceerhl authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    59260b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    8f4e5dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c9adf6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d00a81f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e47ed20 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ecac2f1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d52ee7c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    02094f5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b402ee3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2eb50fc View commit details
    Browse the repository at this point in the history
  10. Update grammars (#232238)

    alexr00 authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    2105419 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    56b535f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6b6c138 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9c7d161 View commit details
    Browse the repository at this point in the history
  14. Change tool paramters to input and make sure parameters stills works …

    …to keep backwards compatibility (#232249)
    
    fixes #232143
    jrieken authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    d78d488 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c0bc9b5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    43c580c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    67ea86a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f2f6c35 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    40a0424 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    05d76b9 View commit details
    Browse the repository at this point in the history
  21. try to force hide the view if it ever gets shown by accident (#232277)

    * try to force hide the view if it ever gets shown by accident
    
    * deregister the view container if context key isn't honored
    sbatten authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    f0c6346 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    4330bca View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    f731e6c View commit details
    Browse the repository at this point in the history
  24. just skip the registration if we have state to hide (#232305)

    * Revert "try to force hide the view if it ever gets shown by accident (#232277)"
    
    This reverts commit f0c6346.
    
    * just skip the registration if we have state to hide
    keep keybinding
    sbatten authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    076ce9b View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    e9105f3 View commit details
    Browse the repository at this point in the history
  26. debug: fix hover variable value disappears on key down

    Fixes #226474
    
    It looks like this bug is at least 9 years old! It took me a minute to figure out what the intention was here.
    
    I think the goal was to keep showing the hover if the user is pressing ctrl/cmd without sticky hovers enabled (e.g. to allow copying) but it was in the wrong check and would confusingly dismiss the hover when the mouse moved if ctrl/cmd was pressed.
    connor4312 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    818d5e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. Configuration menu
    Copy the full SHA
    7327286 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d012408 View commit details
    Browse the repository at this point in the history
  3. debug: don't show element hover in console (#232315)

    This was unintentionally enabled in some refactors last month.
    
    Fixes #228317
    connor4312 authored Oct 26, 2024
    Configuration menu
    Copy the full SHA
    be251b8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #232319 from microsoft/connor4312/issue226474

    debug: fix hover variable value disappears on key down
    connor4312 authored Oct 26, 2024
    Configuration menu
    Copy the full SHA
    d12734c View commit details
    Browse the repository at this point in the history
  5. Dragging an active view between side bars or panel does not activate …

    …it (fix #231922) (#232229)
    
    * Dragging an active view between side bars or panel does not activate it (fix #231922)
    
    * address feedback
    bpasero authored Oct 26, 2024
    Configuration menu
    Copy the full SHA
    f83df5c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2d48f98 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. Configuration menu
    Copy the full SHA
    4edbcca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64f36d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e22072 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7aac19c View commit details
    Browse the repository at this point in the history
  5. Use async find provider only for file scheme (#232372)

    * Use async find provider only for file scheme (#230592)
    
    * only use asyncfindprovider for file scheme
    
    * add vscode remote
    
    * Use async find provider only for file scheme (#230592)
    
    * only use asyncfindprovider for file scheme
    
    * add vscode remote
    
    * 💄
    benibenj authored Oct 27, 2024
    Configuration menu
    Copy the full SHA
    f506989 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8717c11 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. inline chat should react to widget clearing (#232390)

    * For the clear command, use `lastFocusedWidget` over `openView`
    
    re microsoft/vscode-copilot#9865
    
    * inline chat should react to widget clearing
    jrieken authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    a2a9cb3 View commit details
    Browse the repository at this point in the history
  2. chore - split language status into two files (#232391)

    also fix #231946 by replace icons with the spinner so that width stays constant
    jrieken authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    3bfd5dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a14300e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d292330 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3a0028d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    860914e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    65dc393 View commit details
    Browse the repository at this point in the history