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

Open
wants to merge 802 commits into
base: main
Choose a base branch
from
Open
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jun 19, 2024

  1. Make pasting canceling ongoing geterr requests (#216089)

    Should speed up pasting
    mjbvz committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    d662a01 View commit details
    Browse the repository at this point in the history
  2. Update language-configuration.json(fix #215999) (#216394)

    Update language-configuration.json
    
    add "~" in surroundingPairs
    y0sh1ne committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    0a8e930 View commit details
    Browse the repository at this point in the history
  3. Fix merged table cells in extension marketplace readme rendering unme…

    …rged (#211666)
    
    Fix merged table cells not rendering like marketplace
    
    Marketplace website supports merged cells in tables for rendering the readme for an extension, but not inside VS Code causing tables to be broken. Add colspan and rowspan attributes to the allow list for parity with marketplace.visualstudio.com.
    grgar committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    1330e6d View commit details
    Browse the repository at this point in the history
  4. SCM - history view (#216629)

    * Hacked up the starting point
    
    * More progress
    
    * More progress
    
    * Simplified algo, basic support for colors
    
    * Add the concept of secondary colors for merge commits
    
    * Further optimizations of the algo
    
    * Bug fixes to clean-up algo
    
    * Add support for curved branches
    
    * Keep track of nodes that are moved so that the second parent for the merge commit is rendered in the correct swimlane
    
    * Account for offset when drawing a base commit
    
    * Algo rework completed
    
    * Revert some of the hacks that were put in place to quickly get going
    
    * Add caching to the history items used in the graph
    Remove more hacks that were in place
    
    * Added initial tests
    
    * More work so that incoming/outgoing works along history
    
    * Uncomment more code
    
    * Bug fixes to edge cases
    
    * Experiment with a new rendering for curved branches
    
    * Handle repository with a single commit
    
    * Maintain swimlanes
    
    * Fix condition
    
    * Saving my changes
    
    * More polish and clean-up
    
    * Remove code that is not needed
    
    * Revert change
    
    * Revert more changes
    
    * More fixes
    
    * Rename interface
    
    * One last minor change
    
    * Pull request feedback
    
    * More refactoring
    
    * More pull request feedback
    
    * Fix layering issues
    lszomoru committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    484cd68 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    54d9054 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    48ab2a6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2e6ee2c View commit details
    Browse the repository at this point in the history
  8. Statusbar - support more than 2 items in a group (#216605)

    * Statusbar - support more than 2 items in a group
    
    * 💄
    
    * some 💄
    
    ---------
    
    Co-authored-by: Benjamin Pasero <[email protected]>
    lszomoru and bpasero committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    5c1b006 View commit details
    Browse the repository at this point in the history
  9. SCM - more work related to history (#216641)

    * Rename base to remote
    
    * introduce base
    
    * Remove resolveHistoryItemGroupBase
    
    * 💄
    
    * More 💄
    
    * Remove file that is out of scope
    lszomoru committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    856fba0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    36d874f View commit details
    Browse the repository at this point in the history
  11. Fixes #182449 : Pressing Shift re-enables webview during Drag and Dro…

    …p Events (#209211)
    
    * added shift key listener to re-enable drag events for webview #182449
    
    * adding drag and drag over listeners to webview iframe(s)
    
    updating html hash
    
    adding shift release listener to drag and drag over events
    
    adding new custom drag event handler to allow event bubbling
    
    adding new event types
    
    correcting comment:
    
    removing drag over listener from drag monitor since we are converting this to drag events
    
    making webview drag monitor stateful and adding missing events to iframe dom html file
    
    Revert "Merge remote-tracking branch 'microsoft/main' into swordensen"
    
    This reverts commit 47e3877, reversing
    changes made to 8f71927.
    
    Revert "making webview drag monitor stateful and adding missing events to iframe dom html file"
    
    This reverts commit 8f71927.
    
    Revert "removing drag over listener from drag monitor since we are converting this to drag events"
    
    This reverts commit bfae5f1.
    
    Revert "correcting comment:"
    
    This reverts commit 696facb.
    
    Revert "Merge branch 'main' into main"
    
    This reverts commit 78ed36c, reversing
    changes made to 7b96d0e.
    
    Revert "adding new event types"
    
    This reverts commit 7b96d0e.
    
    Revert "adding new custom drag event handler to allow event bubbling"
    
    This reverts commit 39971e0.
    
    Revert "adding shift release listener to drag and drag over events"
    
    This reverts commit 4f5d9e8.
    
    Revert "updating html hash"
    
    This reverts commit 6a474cb.
    
    Revert "adding drag and drag over listeners to webview iframe(s)"
    
    This reverts commit 6688ec6.
    
    adding harmless change to see if this causes smoketests and integration tests to fail
    
    adding sha hash
    
    Revert "adding sha hash"
    
    This reverts commit 830baa8.
    
    Revert "adding harmless change to see if this causes smoketests and integration tests to fail"
    
    This reverts commit ceb55f9.
    
    Revert "Revert "adding drag and drag over listeners to webview iframe(s)""
    
    This reverts commit 1baf483.
    
    Revert "Revert "adding shift release listener to drag and drag over events""
    
    This reverts commit 40bc29c.
    
    Revert "Revert "adding new custom drag event handler to allow event bubbling""
    
    This reverts commit 44f4fda.
    
    Revert "Revert "adding new event types""
    
    This reverts commit 67f1aaa.
    
    removing internal drag listener
    
    removing types. Maybe it's causing build issues?
    
    renaming drag event to WebviewDragEvent to avoid collision with native DragEvent type
    
    resolving conflict with correcting comment
    
    Revert "Revert "Merge branch 'main' into main""
    
    This reverts commit 1a4d711.
    
    Revert "Revert "Merge branch 'main' into main""
    
    This reverts commit 8520787.
    
    resolving conflict
    
    Revert "resolving conflict"
    
    This reverts commit c5b3f7f.
    
    Revert "Merge remote-tracking branch 'microsoft/main' into swordensen"
    
    somehow i got assigned these changes in the process of unreverting my merges
    
    fix: serialization of newline characters
    
    removing console log
    
    forgot the security hash when removing console log
    
    * updating sha
    swordensen committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    51917e8 View commit details
    Browse the repository at this point in the history
  12. Bump braces (#216643)

    rzhao271 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    0cce95e View commit details
    Browse the repository at this point in the history
  13. fix #214294 (#216644)

    * fix #214294
    
    * fix version message
    
    * finetune message
    sandy081 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    7717059 View commit details
    Browse the repository at this point in the history
  14. [typescript-language-features] Region-based semantic diagnostics for …

    …TypeScript (#208713)
    
    * WIP
    
    * invalidate diagnostics in range
    
    * check whether should use region based diagnostics
    
    * add ts-expect-errors
    
    * make region opt off by default
    
    * bump to expected 5.6
    
    * update comments to refer to 5.6
    
    * make region diagnostics on by default for insiders
    gabritto committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    878af07 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c67b31f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a37d329 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f280d99 View commit details
    Browse the repository at this point in the history
  18. Git - more cleanup of the history item labels (#216648)

    * Git - 💄 history provider cleanup
    
    * Git - more cleanup of the history item labels
    lszomoru committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    eb4092a View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    d550ede View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6afc1c2 View commit details
    Browse the repository at this point in the history
  3. fix[x11]: crash in gpu process with software compositor (#216661)

    * fix[x11]: crash in gpu process with software compositor
    
    * chore: bump distro
    deepak1556 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    4b19907 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8f4447 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a301701 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    13d82c1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    416476a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4bd8cce View commit details
    Browse the repository at this point in the history
  9. Increase the length of the drop-down shadow of sticky scroll (#216686)

    increasing the length of the sticky scroll drop down shadow
    aiday-mar committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    b41c889 View commit details
    Browse the repository at this point in the history
  10. fix #216687 (#216688)

    sandy081 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    d58a511 View commit details
    Browse the repository at this point in the history
  11. Keepins same indentation if increaseIndentPattern is satisifed on lin…

    …e `n` and increaseNextLinePattern is satisfied on line `n-1` (#216500)
    
    * adding code
    
    * polishing the code
    aiday-mar committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    8ca1b8c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    570e45b View commit details
    Browse the repository at this point in the history
  13. Fixes #216434

    hediet committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    7d07f6d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4795e48 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    07dcb7a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    05bd928 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b03fd7c View commit details
    Browse the repository at this point in the history
  18. add proxy-bypass-list as argv argument

    fixes #216642
    isidorn committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    8993f76 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d7792c1 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    62fbb97 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    8fc26cd View commit details
    Browse the repository at this point in the history
  22. allow usage of extname(N) template in custom labels (#213033)

    * allow usage of `filenamePart` template in custom labels
    
    * use extname(n) instead of filename part
    
    * change extname to return the full extensions and not just the last file extension
    
    * Fix regex to match extname
    Return match when N in `extname(N)` is larger than extensions amount
    
    * Add tests
    
    * Fix `.file` label assertion
    
    * Make sure `extname` doesn't include leading dots
    have filename return the file name from the start until the first non-leading `.`
    
    * 💄
    
    ---------
    
    Co-authored-by: BeniBenj <[email protected]>
    Co-authored-by: Benjamin Christopher Simmonds <[email protected]>
    3 people committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    4d858a6 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #216724 from microsoft/tyriar/214869

    Don't allow suggest on Windows PowerShell
    Tyriar committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    1ba11c3 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    6408de4 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    6f013bf View commit details
    Browse the repository at this point in the history
  26. Merge pull request #210898 from Timmmm/fix_opening_links

    Fix opening links in the terminal with column numbers
    Tyriar committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    117f76a View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    e820af9 View commit details
    Browse the repository at this point in the history
  28. Fix terminal sticky scroll on HC themes

    Fixes #216729
    Tyriar committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    d6dcdf9 View commit details
    Browse the repository at this point in the history
  29. Merge pull request #216735 from microsoft/tyriar/216729

    Fix terminal sticky scroll on HC themes
    Tyriar committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    cdae24c View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    05d0e6c View commit details
    Browse the repository at this point in the history
  31. update distro (#216733)

    sandy081 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    9a56f75 View commit details
    Browse the repository at this point in the history
  32. Merge pull request #216738 from microsoft/tyriar/211306

    Use fixed positioning for terminal suggest
    Tyriar committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    404abb1 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    f08ce27 View commit details
    Browse the repository at this point in the history
  34. Observable improvements

    hediet committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    f4a72d0 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    2fb5b16 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    fae9ee1 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    e6c0d82 View commit details
    Browse the repository at this point in the history
  38. Fixes observable leak

    hediet committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    34899a7 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    d6ffb9f View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    1e8fba7 View commit details
    Browse the repository at this point in the history
  41. Implements experimental inline edits

    Signed-off-by: Henning Dieterichs <[email protected]>
    hediet committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    3093512 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    94e56ca View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    ec7a89c View commit details
    Browse the repository at this point in the history
  44. fixed missing quote on one line

    cobey committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    a15f572 View commit details
    Browse the repository at this point in the history
  45. fixed bad quote type

    cobey committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    eeb8299 View commit details
    Browse the repository at this point in the history
  46. More polish

    daviddossett committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    0bb8c91 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    16fa357 View commit details
    Browse the repository at this point in the history
  48. Merge pull request #216765 from microsoft/ddossett/zonal-buzzard

    Polish inline chat compact styles
    daviddossett committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    8aee206 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    824eaf5 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    5f330d3 View commit details
    Browse the repository at this point in the history
  2. Tools API tweaks, merge into lmTools (#216750)

    * Tools API tweaks, merge into lmTools
    
    * Rename more id -> name
    
    * Fix
    
    * Add lmTools API version
    roblourens committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    ee173b0 View commit details
    Browse the repository at this point in the history
  3. splits up process explorer and issue reporter services (#216766)

    * split up process explorer and issue reporter services
    
    * more cleanup
    
    * fix comment
    
    * remove comments
    justschen committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    4bbebd8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d701eb5 View commit details
    Browse the repository at this point in the history
  5. fix #216720 (#216736)

    jrieken committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    9bb1379 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    40e700a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e0a7112 View commit details
    Browse the repository at this point in the history
  8. fix #214341 (#216790)

    * fix #214341
    
    * remove unwanted
    sandy081 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    defc051 View commit details
    Browse the repository at this point in the history
  9. fix #216791 (#216794)

    jrieken committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    63d0666 View commit details
    Browse the repository at this point in the history
  10. Close All Editors action performs a soft revert skipping over change …

    …event for extensions (fix #215474) (#216795)
    bpasero committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    e341e59 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #216771 from cobey/cobey/add_vector_ai_tags

    updated file to include ai and vector db libs for py and js
    isidorn committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    e87da4b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    abb277a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ae248b7 View commit details
    Browse the repository at this point in the history
  14. filter send and cancel actions from execute toolbar (#216801)

    * * fixes #216692
    * make text-btn with command but with a little color
    
    * * don't show close/view-in-chat while request is in flight
    
    * filter send and cancel actions from execute toolbar
    
    fixes #216772
    jrieken committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    d64446d View commit details
    Browse the repository at this point in the history
  15. add some testing language model streaming (#216789)

    * add some testing language model streaming
    
    #216720
    
    * fix tests
    jrieken committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    a759468 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    21b7ce1 View commit details
    Browse the repository at this point in the history
  17. Do not listen on tree menus (#216446)

    Fixes #213145
    alexr00 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    ce71050 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c8f6bdc View commit details
    Browse the repository at this point in the history
  19. don't move inline chat zone into selection when changes aren't far aw…

    …ay (#216809)
    
    * return (?) of the info icon
    
    * don't move inline chat zone into selection when changes aren't far away
    jrieken committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    a2cab72 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #216716 from microsoft/isidorn/alert-lemur

    add proxy-bypass-list as argv argument
    isidorn committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    f9a6ab7 View commit details
    Browse the repository at this point in the history
  21. fix #216808 (#216812)

    sandy081 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    63430da View commit details
    Browse the repository at this point in the history
  22. Serialize PromptInputModel

    Fixes #210753
    Tyriar committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    6ddf63f View commit details
    Browse the repository at this point in the history
  23. Merge pull request #216820 from microsoft/tyriar/210753

    Serialize PromptInputModel
    Tyriar committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    f4f94df View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    68ca9a7 View commit details
    Browse the repository at this point in the history
  25. Resize terminal horizontal and vertical separately

    This allows vertical resizes to feel much smoother as the only reason resize
    was being debounced to begin with was that reflow is slow, only horizontal
    reflow is slow though so this should be fine.
    
    Part of #216810
    Tyriar committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    d09eaa4 View commit details
    Browse the repository at this point in the history
  26. Correct terminal row calculation

    This was doubling up the padding which made us ignore some row pixels.
    
    Fixes #216810
    Tyriar committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    1bd152d View commit details
    Browse the repository at this point in the history
  27. fix #215410 (#216828)

    sandy081 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    f44e0da View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    5256e0a View commit details
    Browse the repository at this point in the history
  29. Merge pull request #216829 from microsoft/tyriar/216810_1

    Resize terminal horizontal and vertical separately
    Tyriar committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    c75b992 View commit details
    Browse the repository at this point in the history
  30. Merge pull request #216831 from microsoft/tyriar/216810_2

    Correct terminal row calculation
    Tyriar committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    4c7ac7b View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    795e206 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    ce744ff View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    7fca5bc View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    a3a8dd5 View commit details
    Browse the repository at this point in the history
  35. Update missing area label query for my-work.ghinb (#216846)

    update missing area label query
    Yoyokrazy committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    05e6e67 View commit details
    Browse the repository at this point in the history
  36. Larger default nb find widget size + in selection label verbage (#216847

    )
    
    Larger default nb find widget size + selection label verbage
    Yoyokrazy committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    7cee428 View commit details
    Browse the repository at this point in the history
  37. Fix two chat history bugs (#216848)

    * Fix "show chats" before chat view is loaded
    Fix microsoft/vscode-copilot-release#1079
    
    * Fix microsoft/vscode-copilot-release#1327
    roblourens committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    0a03218 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    c7a9755 View commit details
    Browse the repository at this point in the history
  39. Unleash the chat API (#216850)

    * Unleash the chat API
    
    * Fix
    
    * Fix
    roblourens committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    125f358 View commit details
    Browse the repository at this point in the history
  40. fix settings editor memory leak (#216763)

    * try to fix settings editor memory leak
    
    * clean up code
    
    * remove unused clear
    SimonSiefke committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    e47ec0a View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

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

Commits on Jun 23, 2024

  1. Rework ChatListRenderer (#216897)

    * ChatListRenderer changes
    
    * Streaming fixes
    
    * Handle stored codeblocks from multiple renderMarkdown calls
    
    * Fixes to disposables and progress messages
    
    * Add element to render context
    
    * Add a content part for references
    
    * Add content part for task
    
    * Fix fillInIncompleteTokens
    
    * Delete usedReferences setting
    
    * Make references rendered the same as other chat parts
    
    * Comments
    
    * Clean up
    roblourens committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    111a6f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    524d1ec View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    3410773 View commit details
    Browse the repository at this point in the history
  2. make sure errors are recreated when making LM requests (#216807)

    * add integration tests for LanguageModelChat#sendRequest
    
    * make sure errors are recreated when making LM requests
    
    * disable test with a note for later
    
    * fix remote integration tests
    jrieken committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    feae5bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b01aaed View commit details
    Browse the repository at this point in the history
  4. Support Textual Selections in notebook find widget (#216840)

    * support textual selections in notebook find widget
    
    * add textual selection decorations
    
    * union type
    
    * fix passed ranges, clear find scope text range decs
    
    * organize imports pass
    
    * remove auto find explorations
    Yoyokrazy committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    9d41b1c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e2c6c2b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6d903b4 View commit details
    Browse the repository at this point in the history
  7. Joh/mental-koi (#217004)

    * hightlight first button only when inline chat has a prompt
    
    * rename "Cancel Request" to "Stop Request"
    
    * mark `inlineChat.experimental.textButtons` as experimental
    
    * show all "input" command when not using text btns
    
    * When cancelling, undo untill before the request
    jrieken committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    53c0b5a View commit details
    Browse the repository at this point in the history
  8. fix #216574 (#217023)

    sandy081 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    74a5de9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cd5f306 View commit details
    Browse the repository at this point in the history
  10. Developing the accessible hover view/help (#216710)

    * adding code so thatcontent is shown appropriately
    
    * adding changes
    
    * adding changes
    
    * removing the fetching of the markdown hover content
    
    * adding changes
    
    * adding status bar into the rendered hover parts
    
    * polishing the code
    
    * adding code
    
    * polishing code
    
    * fixing the text for accessible help
    
    * combining the text
    
    * modifying the chat input editor hover
    
    * adding polish
    
    * adding localization
    
    * merging main
    
    * polishing after merging
    
    * returning the elemenet and the specific hover part
    
    * polishing the code
    
    * adding polish
    
    * polishing
    
    * merging main
    
    * wip
    
    * cleaning up the code, introducing new disposable types
    
    * polishing the code
    
    * adding code
    
    * Adding polish code
    
    * polishing the code
    
    * polishing code
    
    * adding code
    
    * polsih code
    
    * polishing the method getAccessibleContent
    
    * removing the sticky controller hover
    
    * disposing onClose
    aiday-mar committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    d38b24b View commit details
    Browse the repository at this point in the history
  11. fix #213840 (#217189)

    sandy081 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    c1bf420 View commit details
    Browse the repository at this point in the history
  12. Revert change to not listen on tree menus (#217170)

    Revert "Do not listen on tree menus (#216446)"
    
    This reverts commit ce71050.
    alexr00 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    65e5508 View commit details
    Browse the repository at this point in the history
  13. Add event handling for Home and End keys in FilterWidget (#217200)

    chore: Add event handling for Home and End keys in FilterWidget
    benibenj committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    64e0137 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b94320d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    93a7382 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    10961c6 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #217292 from microsoft/ddossett/enchanting-blackbird

    Minor inline text button polish
    daviddossett committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    36a5701 View commit details
    Browse the repository at this point in the history
  18. Fix #209158. Add Copy Output and Open Output in Text Editor to Scroll…

    …able text output context menu. (#216920)
    
    * Fix #209158. Add Copy Output and Open Output in Text Editor to Scrollable text output context menu.
    
    * Context menu should be triggered on container
    
    * fix naming
    rebornix committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    1b883b2 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3cdb165 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    298c722 View commit details
    Browse the repository at this point in the history
  21. debug: fix shadowed variables duplicating inlay values (#217330)

    I noticed when working on another thing that if a variable appears in
    multiple scopes with different values debug would duplicate the inline
    value. This was because we created the decorations for each scope and
    then deduplicated them by content.
    
    Now we keep a map of all inline values we want to apply and add
    variables to it from narrowest to widest scope, skipping any duplicates.
    connor4312 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    7b12ac0 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    e3e15e1 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    b8f8a1b View commit details
    Browse the repository at this point in the history
  24. Revert "Remove check for validity" (#217334)

    Revert "Remove check for validity (#216675)"
    
    This reverts commit a301701.
    bhavyaus committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    4a59a68 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    2a106ad View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    06bf1d5 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    45be8b8 View commit details
    Browse the repository at this point in the history
  28. Bump distro (#217382)

    roblourens committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    b66a2b0 View commit details
    Browse the repository at this point in the history
  29. removes remnants of lightbulb telemetry (#217410)

    remove telemetry
    justschen committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    8d0ba61 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    763a3ab View commit details
    Browse the repository at this point in the history
  31. Update endgame ghinb -> June Milestone (#217475)

    update endgame ghinb
    Yoyokrazy committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    53e6a23 View commit details
    Browse the repository at this point in the history
  32. Allow multiple extensions to provide default values for object settin…

    …gs (#217179)
    
    * Allow multiple extensions to provide default values for object settings
    
    * Fix merge conflict
    
    * type check
    
    * fix tests
    benibenj committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    aef2886 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    36dc195 View commit details
    Browse the repository at this point in the history
  34. Merge pull request #214589 from rehmsen/notebook_comment_lifecycle

    Fix leaking comment thread when CellComment is reused.
    rebornix committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    a5fea0c View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    445a0cf View commit details
    Browse the repository at this point in the history
  36. intellisense for code actions on save (#215475)

    * language registry and code actions on save new filter
    
    * fixes logic
    
    * more clean up
    
    * remove static contribution
    justschen committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    b7ff4c5 View commit details
    Browse the repository at this point in the history
  37. Fix static fn call for nb codeaction (#217605)

    fix static fn call
    Yoyokrazy committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    278b6a3 View commit details
    Browse the repository at this point in the history
  38. Make ExtHostSecrets disposable (#217619)

    Also register a few disposables.
    
    I don't have too much time to figure out how to register these properly (hence the TODO), and maybe this is more in @jrieken's territory... but wanted to have _something_ in place for now.
    TylerLeonhardt committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    d681a19 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    4f39693 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Chore: OSS tool (#217642)

    * oss tool
    
    * update distro hash
    Yoyokrazy committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    1435b36 View commit details
    Browse the repository at this point in the history
  2. Ensure that the first line of markdown in a 'supportHtml' MarkdownStr…

    …ing is parsed as markdown (#217641)
    
    * Ensure that the first line of markdown in a 'supportHtml' MarkdownString is parsed as markdown
    Fix microsoft/vscode-copilot-release#1337
    
    * Update tests
    roblourens committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    6f3598b View commit details
    Browse the repository at this point in the history
  3. Fix error from undefined 'isSettled' (#217646)

    Workaround for #217645
    roblourens committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    3e9cab0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca8cb6f View commit details
    Browse the repository at this point in the history
  5. Fix property undefined bug (#217800)

    * fix property undefined bug
    
    * only set source of overrides
    benibenj committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    b36286d View commit details
    Browse the repository at this point in the history
  6. Bump ws from 8.13.0 to 8.17.1 in /extensions/notebook-renderers (#216556

    )
    
    Bumps [ws](https://github.com/websockets/ws) from 8.13.0 to 8.17.1.
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](websockets/ws@8.13.0...8.17.1)
    
    ---
    updated-dependencies:
    - dependency-name: ws
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    1b27e60 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a28cbc2 View commit details
    Browse the repository at this point in the history
  8. make collapsedText theme-able (#173203)

    Co-authored-by: Martin Aeschlimann <[email protected]>
    mtbaqer and aeschli committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    4580ba5 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #216857 from cobey/cobey/add_azure_ai_js

    adding auzre ai package tagging for js
    isidorn committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    8001137 View commit details
    Browse the repository at this point in the history
  10. Adopt link decoration var (#216859)

    * Adopt link decoration var
    
    * Ensure links in walkthrough markdown content get underlines and react to setting change
    daviddossett committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    682fa68 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e9b254e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3106eec View commit details
    Browse the repository at this point in the history
  13. Fix #218058 (#218182)

    sandy081 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    01ef3f7 View commit details
    Browse the repository at this point in the history
  14. proper fix for #218058 (#218200)

    sandy081 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    393e122 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #218179 from microsoft/intense-stork

    add anthony to endgame notebook
    eleanorjboyd committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    b216c3e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    477babf View commit details
    Browse the repository at this point in the history
  17. Merge pull request #218211 from microsoft/ddossett/continental-bonobo

    Opt in to link underlines for settings commands
    daviddossett committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    3d4f7d7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    75280e7 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9191f5d View commit details
    Browse the repository at this point in the history
  20. Merge pull request #218214 from microsoft/ddossett/hard-spoonbill

    Opt in to link underlines in extensions details page
    daviddossett committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    8f00f67 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #218218 from microsoft/ddossett/'

    Use link decoration in ports view
    daviddossett committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    c8aed5e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    1ab0dbf View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    9b81d8a View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    e076510 View commit details
    Browse the repository at this point in the history
  25. Merge pull request #218226 from microsoft/ddossett/individual-ant

    Opt in to link underlines in hover status bar actions
    daviddossett committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    1088b76 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    45db560 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    e53968c View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    0feeac7 View commit details
    Browse the repository at this point in the history
  2. Remove getSessions API in favor of getAccounts (#218238)

    Azure folks (the only ones using this proposed API) have not depended on getSessions yet so it's safe to delete.
    TylerLeonhardt committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    6e345d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df8835a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0354163 View commit details
    Browse the repository at this point in the history
  5. Add action label and keybindings for the editor hover status bar in t…

    …he editor hover accessible view/help (#218269)
    
    adding label and keybindings into the editor hover accessibility view and help
    aiday-mar committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    44623fa View commit details
    Browse the repository at this point in the history
  6. Set focus back to the editor hover part on escape from the accessible…

    … view/help (#218274)
    
    adding code in order to focus back a specific hover part on escaping from the accessible view/help
    aiday-mar committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    979ad0a View commit details
    Browse the repository at this point in the history
  7. Inline chat fixes (#218318)

    * fix #218059
    
    * Change enablement of "Toggle Changes" instead of visibility
    
    mitigates/fixes #218099
    
    * have padding per part (actions, input, list)
    
    fixes #218083
    
    * fixes #218021
    
    * fix notebook button groups for inline chat
    
    * tweak inline chat content widget when text btn are enabled
    jrieken committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    e5d157c View commit details
    Browse the repository at this point in the history
  8. Replace inner text whitespace unicode characters other than \n and …

    …`\r` with ` ` (#218324)
    
    replacing the inner text unicode characters other than \n and \r with whitespace
    aiday-mar committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    ea9edd0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b4eb545 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d193d82 View commit details
    Browse the repository at this point in the history
  11. use globalThis instead of window (#218368)

    fixes #214945
    jrieken committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    7ebe6d3 View commit details
    Browse the repository at this point in the history
  12. Refactor createConfigureKeybindingAction to support disabling keybind…

    …ing configuration for SCM statusbar actions (#218372)
    
    chore: refactor createConfigureKeybindingAction to support disabling keybinding configuration for scm statusbar actions
    benibenj committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    85f13f9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    64c1b1c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    68f6b91 View commit details
    Browse the repository at this point in the history
  15. fix #217853 (#218380)

    jrieken committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    fdec5a0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    05b1eaf View commit details
    Browse the repository at this point in the history
  17. Inline chat fixes and polish (#218398)

    * react to changes of `inlineChat.experimental.textButtons` (no more window reload)
    
    #217845
    
    * fix status label wrapping
    
    * remove unused toolbar
    
    * fix #218395
    jrieken committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    da06c08 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #218400 from microsoft/tyriar/218118

    Improve casing of environment changes actions
    Tyriar committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    962e72c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    59c0407 View commit details
    Browse the repository at this point in the history
  20. fix: add disposable to elementDisposables instead of templateDisposab…

    …les in renderElement function in SettingEnumRenderer (#216855)
    SimonSiefke committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    14b094b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ed20361 View commit details
    Browse the repository at this point in the history
  22. Merge pull request #218405 from microsoft/tyriar/218402

    Reset inline chat widget before terminal chat widget
    Tyriar committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    720c893 View commit details
    Browse the repository at this point in the history
  23. Fix terminalChatFocus behavior

    Fixes #216624
    Tyriar committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    c6e312a View commit details
    Browse the repository at this point in the history
  24. Fix two bugs in #214589 fixing #213535. (#218357)

    * Fix two bugs in #214589.
    
    1. We must not `dispose()` the `MutableDisposable` `this._commentThreadWidget` - as that disposes the MutableDisposable itself, and it cannot then later be reassigned to a new value. Instead, we need to assign `value=undefined`, which disposes the previous `value`, but keeps the `MutableDisposable` available to be reused later.
    2. `initialize()` is a no-op if `this.currentElement` is already identical to the passed `element`, so we must not do that assignment before calling initialize - instead `initialize()` does the assignment after checking.
    
    * Fix blank line.
    
    * Register the _commentThreadWidget MutableDisposable so that it gets disposed when CellComments is disposed.
    rehmsen committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    a11a0d7 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    b37c33d View commit details
    Browse the repository at this point in the history
  26. Disable terminal initial hint when ctrl+i is triggered

    Previously this would only happen when _clicked_.
    
    Fixes #213820
    Tyriar committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    47262be View commit details
    Browse the repository at this point in the history
  27. Merge pull request #218435 from microsoft/tyriar/215482

    Fix missing cases for not reporting prompts
    Tyriar committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    18981d2 View commit details
    Browse the repository at this point in the history
  28. Merge pull request #218417 from microsoft/tyriar/216624

    Fix terminalChatFocus behavior
    Tyriar committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    02cbb7a View commit details
    Browse the repository at this point in the history
  29. Merge pull request #218439 from microsoft/tyriar/213820

    Disable terminal initial hint when ctrl+i is triggered
    Tyriar committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    e73d388 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    955be75 View commit details
    Browse the repository at this point in the history
  31. Merge pull request #218451 from microsoft/tyriar/213941

    Add new line before end of fenced code block
    Tyriar committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    e80e61a View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    7607e75 View commit details
    Browse the repository at this point in the history
  33. Fix up markdown lists that use * (#218483)

    * Fix up markdown lists that use *
    Fix #217946
    
    * Comment
    roblourens committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    b9f2435 View commit details
    Browse the repository at this point in the history
  34. fix: show context menu option to disable empty editor hint (#218548)

    * fix: show context menu option to disable empty editor hint
    
    * Fix action name
    joyceerhl committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    9e7cd44 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    fb3bace View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    5950c29 View commit details
    Browse the repository at this point in the history
  2. Don't throw for $updateAgent failure (#218649)

    Fix #214157
    
    This can happen after something else went wrong, and the exception doesn't go back to the extension or anywhere helpful besides error telemetry.
    roblourens committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    cb9d1e4 View commit details
    Browse the repository at this point in the history
  3. fix #218126 (#218679)

    sandy081 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    5ba8a8b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53ed076 View commit details
    Browse the repository at this point in the history
  5. fix #217851 (#218698)

    sandy081 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    56a2eb0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e9eb5e View commit details
    Browse the repository at this point in the history
  7. fix #217902 (#218716)

    sandy081 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    2e3a1d8 View commit details
    Browse the repository at this point in the history
  8. fix #218804 (#218822)

    jrieken committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    1ae48f1 View commit details
    Browse the repository at this point in the history
  9. Update distro hash

    chrmarti committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    9a2ef8f View commit details
    Browse the repository at this point in the history
  10. fix #218219 (#218876)

    sandy081 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    973dc30 View commit details
    Browse the repository at this point in the history
  11. Use webgl in terminal sticky scroll

    Fixes #216817
    Fixes #218427
    Tyriar committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    4b28f5d View commit details
    Browse the repository at this point in the history
  12. chore: fix typos (#216562)

    Signed-off-by: snoppy <[email protected]>
    xiaoxianBoy committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    8d54ffc View commit details
    Browse the repository at this point in the history
  13. look for keylabel that is used for mac as well (#219015)

    look for mac keylabel as well
    amunger committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    2eedc13 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    aea213b View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. fix lint error

    jrieken committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    d390b22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb1514f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6f90e0 View commit details
    Browse the repository at this point in the history
  4. Update grammars (#219070)

    alexr00 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    ed4e6ed View commit details
    Browse the repository at this point in the history
  5. fix #218692 (#219078)

    jrieken committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    d0db6d0 View commit details
    Browse the repository at this point in the history
  6. debt - CSS cleanup, accessibile diff viewer padding (#219102)

    * remove `InlineChatWidget#updateProgress` because the chat widget already shows progress
    
    * debt - CSS cleanup, accessibile diff viewer padding
    jrieken committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    388469b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ff1b002 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2014f1d View commit details
    Browse the repository at this point in the history
  9. Fix selection issue with filtered group models (#218889)

    Review: Filtered Editor Group Models and Selections - fixes #213163
    benibenj committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    c50fcf3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f272e4d View commit details
    Browse the repository at this point in the history
  11. Update default color for sticky scroll and location specific ones (#2…

    …18712)
    
    default color for sticky scroll and location specific ones
    benibenj committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    efa1397 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #218941 from microsoft/tyriar/216817

    Use webgl in terminal sticky scroll
    Tyriar committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    8cb093f View commit details
    Browse the repository at this point in the history
  13. add location specific data along when making chat request (#219114)

    with this PR the implicit variables tricks aren't needed anymore
    jrieken committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    ecf8188 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6889c34 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    dd7d937 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d9744cf View commit details
    Browse the repository at this point in the history
  17. Merge pull request #218393 from c-claeys/instantiation-dfs

    Fix exponential runtime in service instantiation
    jrieken committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    5da15f5 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    46362de View commit details
    Browse the repository at this point in the history
  19. issue reporter short circuit logic fix (#219002)

    * add better desccription check
    
    * check on listener change
    justschen committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    fe473c8 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    5fc4b6e View commit details
    Browse the repository at this point in the history
  21. fix #218133 (#219212)

    sandy081 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    da36fe7 View commit details
    Browse the repository at this point in the history
  22. Fix #218031 (#219215)

    roblourens committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    206e438 View commit details
    Browse the repository at this point in the history
  23. don't show output items if they are empty (#216844)

    * wait for content to attach toolbar
    
    * command to show hidden outputs
    
    * avoid perf hit of checking innerText on resize
    
    * empty based on 0 content height
    
    * just rely on height=0 for empty output
    
    * use event to attach toolbar
    
    * leave border in, but account for the height it adds
    
    * hide again if content goes back to zero height
    
    * zero
    
    * tests, fix memory leaks
    
    * move magic number to common function
    amunger committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    032c1b7 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    c8a4a25 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    5bece9e View commit details
    Browse the repository at this point in the history