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

Align with upstream #448

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

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    05d76b9 View commit details
    Browse the repository at this point in the history
  2. 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
  3. Configuration menu
    Copy the full SHA
    4330bca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f731e6c View commit details
    Browse the repository at this point in the history
  5. 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
  6. debug: fix repl error if disposed while getting session (#232312)

    (probably)
    
    Fixes #228211
    connor4312 authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    e9105f3 View commit details
    Browse the repository at this point in the history
  7. 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 microsoft/vscode#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. Fix __dirname access in server.cli.ts

    Fixes #230584
    Tyriar committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    db6dfc6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    860914e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    65dc393 View commit details
    Browse the repository at this point in the history
  9. chore - clean up LanguageModelChatProvider (step 1) (#232414)

    * chore - clean up `LanguageModelChatProvider` (step 1)
    
    * fix compilo
    jrieken authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    71d55cd View commit details
    Browse the repository at this point in the history
  10. Move fish SI script out of xdg named dir

    Fixes #232408
    Tyriar committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    7e68886 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #232418 from microsoft/tyriar/232408

    Move fish SI script out of xdg named dir
    Tyriar authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    6e78450 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    db94ba5 View commit details
    Browse the repository at this point in the history
  13. Fix: go grammar update (#232142) (#232335)

    npm --prefix extensions/go run update-grammar (#232142)
    
    Signed-off-by: Lionel Jouin <[email protected]>
    LionelJouin authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    0561ca0 View commit details
    Browse the repository at this point in the history
  14. Fix grammar in activeOnStart description (#197536)

    fix grammar in activeOnStart description
    Logicer16 authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    5295c9d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ed3722c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c54c60f View commit details
    Browse the repository at this point in the history
  17. Remove 'unknown' from LanguageModelToolResult#constructor (#232428)

    Remove 'unknown' from LanguageModelToolResult#constructor (#232284)
    
    It should be on the content property but no need to be in the constructor.
    roblourens authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    983f0c0 View commit details
    Browse the repository at this point in the history
  18. Ensure element is not rendered to 0px when updating height async (#23…

    …2427)
    
    Ensure element is not rendered to 0px when updating height async (#232281)
    
    This can happen because templateParts are now not disposed when an element is unregistered, but we have to keep their listeners around because they are reused on the next render. A more complete non-candidate fix might be to check whether the element is in the DOM before rendering it at all. But the safe fix here is to just make sure it doesn't go to 0, so that the list doesn't skip rendering it entirely.
    Fix microsoft/vscode-copilot#9260
    roblourens authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    e488ce9 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    58b637c View commit details
    Browse the repository at this point in the history
  20. Remove backcompat workaround (#232429)

    Remove backcompat workaround (#232302)
    
    From microsoft/vscode#232023
    Fix #232301
    roblourens authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    c1b45ed View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b3e8a4c View commit details
    Browse the repository at this point in the history
  22. Don't try watching non writable file systems (#232433)

    For ts and markdown, skip watching on file systems that are not writable as these files should not change
    mjbvz authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    4679606 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #232411 from microsoft/tyriar/230584

    Fix __dirname access in server.cli.ts
    Tyriar authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    2029af4 View commit details
    Browse the repository at this point in the history
  24. move things from TerminalChatController -> TerminalChatWidget, rm…

    … terminal specific code from `VoiceChatActions`, `ChatWidget` (#232278)
    meganrogge authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    313deb4 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    3ea540e View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    1330eb7 View commit details
    Browse the repository at this point in the history
  27. indicate chat agent name on tab focus, rm toolbar role (#232438)

    add tabindex to username
    meganrogge authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    687f158 View commit details
    Browse the repository at this point in the history
  28. move search APIs from using new to 2 (#232443)

    * move search APIs from using `new` to `2`
    andreamah authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    ff48b17 View commit details
    Browse the repository at this point in the history
  29. testing: actually consider visible documents with failureInVisibleDoc…

    …ument (#232453)
    
    Fixes #230881
    connor4312 authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    9de080f View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. testing: fix double peek view when using next/previous test failures …

    …(#232454)
    
    Rationalize some of the logic with the way we display things now
    
    Fixes #226727
    connor4312 authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    da01009 View commit details
    Browse the repository at this point in the history
  2. fix: make #file variables part of the chat editing working set (#23…

    …2456)
    
    * fix: make `#file` variables part of the chat editing working set
    
    * fix: determine how often the limit kicks in on files that a user wanted to send
    joyceerhl authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    92df7b6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #231902 from mjbvz/driving-duck

    Use `Array<x | y>` for union types in `vscode.d.ts`
    jrieken authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    2eb45f8 View commit details
    Browse the repository at this point in the history
  4. fix #229803 (#232469)

    * fix #229803
    
    * show cache size, fix tests
    sandy081 authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    05a3886 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bd12548 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4417a7b View commit details
    Browse the repository at this point in the history
  7. Implements inline edit rejection command support (#232472)

    * Implements inline edit rejection command support
    
    * updates monaco.d.ts
    hediet authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    4d312be View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e494184 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b7c8fa4 View commit details
    Browse the repository at this point in the history
  10. Move timeline hovers to the side

    Fixes #232487
    Tyriar committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    1b9af3b View commit details
    Browse the repository at this point in the history
  11. Merge pull request #232435 from microsoft/tyriar/228121

    Add 200 debounce time for mouse to find hover before hiding it
    Tyriar authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    969910e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7e2c827 View commit details
    Browse the repository at this point in the history
  13. [Edit Context]: Adding method to refresh focus state for native edit …

    …context (#232479)
    
    adding method to refresh focus state
    aiday-mar authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    f52a26d View commit details
    Browse the repository at this point in the history
  14. Include new shell executables in traverseTree

    Fixes #232424
    Tyriar committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    1281dbb View commit details
    Browse the repository at this point in the history
  15. Merge pull request #232491 from microsoft/tyriar/hover_store

    Use a single store to track disposables in setupManagedHover
    Tyriar authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    b8ec85e View commit details
    Browse the repository at this point in the history
  16. Fixes #9880 (#232492)

    hediet authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    67d8404 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    94e1b25 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6d07420 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4d844ca View commit details
    Browse the repository at this point in the history
  20. Always sending line feed on enter so that indentation works correctly…

    … in CRLF-based files (#232501)
    
    always type line feed
    aiday-mar authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    852e43a View commit details
    Browse the repository at this point in the history
  21. Update src/vs/workbench/contrib/timeline/browser/timelinePane.ts

    Co-authored-by: Benjamin Christopher Simmonds <[email protected]>
    Tyriar and benibenj authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    32ff872 View commit details
    Browse the repository at this point in the history
  22. fix quick chat accessibility help bug (#232506)

    fix #229059
    meganrogge authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    f541484 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    71cec0c View commit details
    Browse the repository at this point in the history
  24. add source and links (#232504)

    * add source and links
    
    * use opener service
    sandy081 authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    73eea84 View commit details
    Browse the repository at this point in the history
  25. Fix PATH prepending when using Fish (#232291)

    * Support Linux on EnvMixin to handle fish_user_paths being prepended to the PATH after the shell integration
    
    * apply fix based on shell
    
    * update comments
    
    * link to issue
    
    * remove isLinux check
    
    * Update comment
    
    Co-authored-by: Megan Rogge <[email protected]>
    
    ---------
    
    Co-authored-by: Megan Rogge <[email protected]>
    Co-authored-by: Megan Rogge <[email protected]>
    3 people authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    9ae3d69 View commit details
    Browse the repository at this point in the history
  26. Add tests for #232509 (#232512)

    The other tests happen to go inside the block that was setting `request.response`, so add a test that restores a response that has markdown content but no references
    roblourens authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    c42d363 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    bf0917f View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    22b0035 View commit details
    Browse the repository at this point in the history
  29. debug: fix dynamic configurations in empty workspace (#232520)

    We would skip trying to find configurations instead of passing an undefined workspace folder (which is entirely legal)
    
    Fixes #228949
    connor4312 authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    f992298 View commit details
    Browse the repository at this point in the history
  30. Cleanup chat context keys (#232515)

    * Start renaming context keys
    
    * vote
    
    * detected agent
    
    * More
    
    * More
    
    * chatEditApplied
    
    * More
    
    * More
    
    * More
    
    * Cleanup
    
    * Cleanup
    roblourens authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    50a2adc View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    b6648af View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    a6f3835 View commit details
    Browse the repository at this point in the history
  33. Fix julia executable

    Tyriar committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    32a55f1 View commit details
    Browse the repository at this point in the history
  34. testing: reveal tests that are filtered to (#232526)

    Fixes #228195
    connor4312 authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    6c3a714 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    c37e389 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    fcae80e View commit details
    Browse the repository at this point in the history
  37. re #212879. dispose child instantiation service properly (#232532)

    * re #212879. dispose child instantiation service properly
    
    * fix unit tests
    
    * Fix memory leaks
    rebornix authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    db1b27a View commit details
    Browse the repository at this point in the history
  38. Escape description and detail hovers (#232539)

    * Escape description and detail hovers
    
    Fixes microsoft/vscode#231065
    
    * lint
    TylerLeonhardt authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    33f6fab View commit details
    Browse the repository at this point in the history
  39. Fix #232519 (#232540)

    roblourens authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    63e5a64 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. edit API names and remove findFiles2New and `aiTextSearchProviderNe…

    …w` (#232431)
    
    * remove references to findfiles2New and aiTextSearchProviderNew
    andreamah authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    3551cb0 View commit details
    Browse the repository at this point in the history
  2. removing old issue reporter flow (#232517)

    * removing lot's of old issue reporter stuffs
    
    * cleanup
    justschen authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    8f0188c View commit details
    Browse the repository at this point in the history
  3. [1035] potential listener LEAK detected, having 175 listeners already…

    …. MOST frequent listener (1): (#232569)
    
    Fixes #232400
    alexr00 authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    adfb37d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d4694a View commit details
    Browse the repository at this point in the history
  5. Try to simplify usage of createAndFillInContextMenuActions (#232546)

    Try to simplify `createAndFillInContextMenuActions`
    
    This is one of the rare functions that we have that uses an out parameter. This often results in a lot of boilerplate code to call it
    
    In this PR I've renamed it to `getContextMenuActions` to make use of a standard return type. Instead of an overload, there are now two different versions of the function: `getContextMenuActions` and `getFlatContextMenuActions`
    mjbvz authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    5d6be57 View commit details
    Browse the repository at this point in the history
  6. missing (next|previous)AuxilaryBarView commands (fix #154724) (#232…

    …577)
    
    * missing `(next|previous)AuxilaryBarView` commands (fix #154724)
    
    * address feedback
    bpasero authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    98b2319 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ec9dfa4 View commit details
    Browse the repository at this point in the history
  8. Set the color picker to undefined on hover hide in the color hover pa…

    …rticipant (#232586)
    
    handle the hide event
    aiday-mar authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    3e20ded View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    26fd13e View commit details
    Browse the repository at this point in the history
  10. Internal view container ID surfaced when view moved to alternate side…

    … bar (fix #201085) (#232591)
    bpasero authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    a295ee8 View commit details
    Browse the repository at this point in the history
  11. refactoring: Introducing new enum ColorPickerWidgetType to differenti…

    …ate between hover color picker and standalone color picker (#232594)
    
    introducing new enum ColorPickerWidgetType to differentiate between hover color picker and standalone color picker
    aiday-mar authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    09ba66b View commit details
    Browse the repository at this point in the history
  12. Preventing status bar actions from overflowing (#232598)

    stopping status bar actions from overflowing
    aiday-mar authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    7a29a36 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    10800de View commit details
    Browse the repository at this point in the history
  14. Adding custom hover on the editor hover actions to display the action…

    … label on hover (#232600)
    
    adding custom hover on the editor hover actions
    aiday-mar authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    a3e0ece View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0a2ad22 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    608fa03 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4b601b0 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2ed1f1d View commit details
    Browse the repository at this point in the history
  19. Optimize tree view such that cross process calls are batched (#232588)

    * Optimize tree view such that cross process calls are batched
    Fixes #232263
    alexr00 authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    1613ddd View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2c2f43d View commit details
    Browse the repository at this point in the history
  21. Merge pull request #232489 from microsoft/tyriar/232487

    Move timeline hovers to the side
    Tyriar authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    deb10e8 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    d04d50e View commit details
    Browse the repository at this point in the history
  23. Remove logs

    Tyriar committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    d9743c5 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    11cacd5 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    3c3bdf3 View commit details
    Browse the repository at this point in the history
  26. Fix compile

    Tyriar committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    4b41a60 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    bbd39b9 View commit details
    Browse the repository at this point in the history
  28. Remove hideOnHover from terminal tabs call

    This essentially didn't do anything as terminals almost always have
    hover actions
    Tyriar committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    7c63cf0 View commit details
    Browse the repository at this point in the history
  29. Do not hide hover when color decorator clicked (#232616)

    do not hide hover when color decorator clicked
    aiday-mar authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    6b86fbe View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    756f431 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    5a144d3 View commit details
    Browse the repository at this point in the history
  32. Support HoverPosition.Mouse

    Tyriar committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    8b88015 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    aa3abe0 View commit details
    Browse the repository at this point in the history
  34. Add setupDelayedHoverAtMouse

    Tyriar committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    2f43744 View commit details
    Browse the repository at this point in the history
  35. Refactoring code relative to color-decorators (#232620)

    * wip
    
    * fixing compilation errors
    aiday-mar authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    4959dfe View commit details
    Browse the repository at this point in the history
  36. Use ITextBuffer in CellTextModel (#230434)

    ITextBuffer
    rebornix authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    497119e View commit details
    Browse the repository at this point in the history
  37. bump distro

    andreamah committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    48931d6 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    e30352e View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    bb3967f View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    0228d5a View commit details
    Browse the repository at this point in the history
  41. Rename to lifecycleOptions

    Tyriar committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    a2da57d View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    db1fb1b View commit details
    Browse the repository at this point in the history
  43. See in Search Panel wording

    Fixes #221370
    andreamah committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    497f224 View commit details
    Browse the repository at this point in the history
  44. Docs

    Tyriar committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    08e5895 View commit details
    Browse the repository at this point in the history
  45. Add getActionBarActions helpers (#232633)

    Follow up on #232546
    
    This also simplifies calling of `createAndFillActionBarActions` similar to #232546. By far the most common use case is returning the actions instead of filling in an existing list
    
    This change lets us remove a lot of extra boilerplate code around calling this function
    mjbvz authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    fffa5e0 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    55d98e3 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    002c12c View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    a563e80 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    ae33fb2 View commit details
    Browse the repository at this point in the history
  50. Merge pull request #232636 from microsoft/andreamah/issue221370

    See in Search Panel wording
    andreamah authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    4145848 View commit details
    Browse the repository at this point in the history
  51. Clean up types

    Tyriar committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    66b4cd7 View commit details
    Browse the repository at this point in the history
  52. Merge pull request #232638 from microsoft/andreamah/issue227478

    search APIs- deep links to interface fields do not resolve
    andreamah authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    6491745 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    f058e72 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    c0ee8f2 View commit details
    Browse the repository at this point in the history
  55. look for existing editor input (#232533)

    * look for existing editor input
    
    * dont increase ref count on the model
    
    * guard against stale inputs in the cache
    amunger authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    c711bc9 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    c748162 View commit details
    Browse the repository at this point in the history
  57. force app shutdown on background updated, if necessary (#231390)

    * force app shutdown on background updated, if necessary
    
    * fix CloseApplications
    
    * use force anyway
    joaomoreno authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    56246f3 View commit details
    Browse the repository at this point in the history
  58. remove contrib issue reporter api (#232643)

    remove contrib issue reporter
    justschen authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    e37fecc View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    f6d41bc View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    304fcb2 View commit details
    Browse the repository at this point in the history
  61. Merge pull request #232493 from microsoft/tyriar/232424

    Include new shell executables in traverseTree
    Tyriar authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    1d23fb8 View commit details
    Browse the repository at this point in the history
  62. Merge pull request #232662 from microsoft/stuck-lungfish

    remove 'very experimental' comment
    andreamah authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    1b97a87 View commit details
    Browse the repository at this point in the history
  63. Remove code action contribution section (#232664)

    This was never fully implemented and I'm not sure we're going to move forward with the static contribution proposal
    mjbvz authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    8875f03 View commit details
    Browse the repository at this point in the history
  64. Try allowing custom commands to be sent to tsserver by extensions (#2…

    …32663)
    
    For #218275
    
    Limit this to commands that start with `_` which should indicate that it's a private command and prevent clashes with normal TS commands
    mjbvz authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    d83223b View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    6324f5f View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    c7fe065 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    95779b7 View commit details
    Browse the repository at this point in the history
  68. Improve Secret Storage docs a bit (#232672)

    To call out that each platform will be different.
    TylerLeonhardt authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    c264ebe View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    fbbcdd4 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    20a0266 View commit details
    Browse the repository at this point in the history
  71. fix: add padding to chat editing list entries (#232674)

    * fix: add padding to chat editing list entries
    
    * fix: center spinners vertically in chat editing response
    joyceerhl authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    a0653eb View commit details
    Browse the repository at this point in the history
  72. Merge pull request #232676 from iisaduan/organizeImportsSettingsFix

    fix typescript organizeImports settings
    mjbvz authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    ea6e8e2 View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    7dd56c4 View commit details
    Browse the repository at this point in the history
  74. fix url length issue for github issues (#232680)

    fix logged in github post req
    justschen authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    17b7ccc View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. fix: don't render attachment container in chat input for file entries…

    … in chat editing widget (#232681)
    joyceerhl authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    5333970 View commit details
    Browse the repository at this point in the history
  2. Fix position symbol icon in chat anchors (#232683)

    Override value introduced in  b6648af
    mjbvz authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    94cc631 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02a6d30 View commit details
    Browse the repository at this point in the history
  4. ContentHoverController refactoring (#232626)

    * wip
    
    * fixing compilation errors
    
    * refactoring
    
    * fixing hover not showing
    aiday-mar authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    fb8d717 View commit details
    Browse the repository at this point in the history
  5. Listen on submenu changes

    chrmarti committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    38a3799 View commit details
    Browse the repository at this point in the history
  6. Find all reference panel empty list (#232720)

    Fixes #232709
    alexr00 authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    bea51cd View commit details
    Browse the repository at this point in the history
  7. add more logs (#232718)

    sandy081 authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    54d1a4d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b62b416 View commit details
    Browse the repository at this point in the history
  9. Use string only for hover ids

    Tyriar committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    162f7fa View commit details
    Browse the repository at this point in the history
  10. Add usage examples for groupId

    Tyriar committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    31bd0e4 View commit details
    Browse the repository at this point in the history
  11. Clean up

    Tyriar committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    ca0d3cf View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9d8fabc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    77a3ae2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ccd6c31 View commit details
    Browse the repository at this point in the history
  15. Move InputBox to new hover API

    Tyriar committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    ee2beb5 View commit details
    Browse the repository at this point in the history
  16. Fix type

    Tyriar committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    59fa9a7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7fd747a View commit details
    Browse the repository at this point in the history
  18. Rebase against the upstream 38a3799

    vscode-upstream-sha1: 38a3799
    
    rh-pre-commit.version: 2.2.0
    rh-pre-commit.check-secrets: ENABLED
    RomanNikitenko committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    64d2ad0 View commit details
    Browse the repository at this point in the history
  19. chore: Remove unused imports after resolving conflicts

    Signed-off-by: Roman Nikitenko <[email protected]>
    
    rh-pre-commit.version: 2.2.0
    rh-pre-commit.check-secrets: ENABLED
    RomanNikitenko committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    1666542 View commit details
    Browse the repository at this point in the history
  20. chore: Adapt workbench config related logic to upstream changes

    Signed-off-by: Roman Nikitenko <[email protected]>
    
    rh-pre-commit.version: 2.2.0
    rh-pre-commit.check-secrets: ENABLED
    RomanNikitenko committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    c02130f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    49bf27e View commit details
    Browse the repository at this point in the history
  22. Don't dismiss quick fix when it's used

    Fixes #232656
    Tyriar committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    297bf7f View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    78af45e View commit details
    Browse the repository at this point in the history
  24. Put terminal quick fixes into the SI menu too

    Fixes #232658
    Tyriar committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    1137cb5 View commit details
    Browse the repository at this point in the history
  25. 💄

    benibenj committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    cecc517 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    0334df2 View commit details
    Browse the repository at this point in the history
  27. Merge pull request #232738 from microsoft/tyriar/232656

    Don't dismiss quick fix when it's used & improve lifecycle
    Tyriar authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    04d0859 View commit details
    Browse the repository at this point in the history
  28. Fix conditional (#232742)

    mjbvz authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    931da88 View commit details
    Browse the repository at this point in the history
  29. fix code action race condition (#232690)

    * revert promise wrapping
    
    * remove racetimeout
    
    * simple delay for showing code action progress
    
    * cleanup whitespace
    
    ---------
    
    Co-authored-by: Johannes <[email protected]>
    justschen and jrieken authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    8e70618 View commit details
    Browse the repository at this point in the history
  30. dont replace a cell for internal metadata change while the cell is ex…

    …ecuting (#232678)
    
    * dont replace a cell for internal metadata change while the cell is executing
    
    * switch conditional
    
    * add arg
    amunger authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    0865c01 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    b990a74 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    4035be2 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    02565ff View commit details
    Browse the repository at this point in the history
  34. Merge pull request #232614 from microsoft/tyriar/hover_fade

    Add new IHoverService APIs and deprecate setupManagedHover
    Tyriar authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    d8731a1 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    56d7015 View commit details
    Browse the repository at this point in the history
  36. Break up renderMarkdown a little (#232756)

    Starts breaking up `renderMarkdown`
    mjbvz authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    19726f3 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    e64fb06 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    7b7ed6b View commit details
    Browse the repository at this point in the history
  39. allow extension info to be selectable in issue reporter (#232771)

    allow this to be user selectable
    justschen authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    4520d91 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Fix layering

    chrmarti committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    bbf4ab6 View commit details
    Browse the repository at this point in the history
  2. chore: Update lock file after resolving conflicts

    Signed-off-by: Roman Nikitenko <[email protected]>
    
    rh-pre-commit.version: 2.2.0
    rh-pre-commit.check-secrets: ENABLED
    RomanNikitenko committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    e351c60 View commit details
    Browse the repository at this point in the history
  3. allow to resize inline chat zone (#232795)

    * * make inline chat filter empty in-progress items
    * show ellipses progress on request
    * make inline zone animate its frame during request
    
    * allow to resize inline chat zone
    
    fixes microsoft/vscode#230784
    jrieken authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    08dbf78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d360c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    997fd30 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    702e6b8 View commit details
    Browse the repository at this point in the history
  7. allow wider width, fix an issue with dropped resized height (#232814)

    * remove dead code
    
    * allow wider width, fix an issue with dropped resized height
    jrieken authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    3ee667a View commit details
    Browse the repository at this point in the history
  8. Fix eslint suppression in promptInputModel.test.ts

    Part of #227752
    Tyriar committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    5c5a3db View commit details
    Browse the repository at this point in the history
  9. Merge pull request #232818 from microsoft/tyriar/227752_241101

    Fix eslint suppression in promptInputModel.test.ts
    Tyriar authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    3e223ac View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ea66710 View commit details
    Browse the repository at this point in the history
  11. focusedView == 'workbench.panel.chat.view.copilot' is true even whe…

    …n panel chat is not visible (fix #198293) (#232824)
    bpasero authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    64b4d2e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    418b14a View commit details
    Browse the repository at this point in the history
  13. Bring back hover target disposing

    Regression from #232614
    Fixes #232830
    Tyriar committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    4b91caa View commit details
    Browse the repository at this point in the history
  14. Merge pull request #232835 from microsoft/tyriar/232830

    Bring back hover target disposing
    Tyriar authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    89bafb9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2568cf0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0dd03f7 View commit details
    Browse the repository at this point in the history
  17. Support wrapping for notebook multicursor (#232773)

    * fix wrapping in textModel find + path multicursor
    
    * unnecessary do while
    
    * use isBefore
    
    * patch test
    Yoyokrazy authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    d9d07c4 View commit details
    Browse the repository at this point in the history
  18. Improves logging (#232842)

    hediet authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    4fb6434 View commit details
    Browse the repository at this point in the history
  19. Show source file when running recent terminal command

    Fixes #232846
    Tyriar committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    3447109 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    19fabc2 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f66787f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b0b8728 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    4621927 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    1659770 View commit details
    Browse the repository at this point in the history
  25. Merge pull request #232847 from microsoft/tyriar/232846

    Show source file when running recent terminal command
    Tyriar authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    e4aff79 View commit details
    Browse the repository at this point in the history
  26. perf - validate device ID after window open (#232823)

    * perf - validate device ID after window open
    
    * Add telemetry event
    
    * Revert "Add telemetry event"
    
    This reverts commit 27cfece321509875de14ad096f177fe7ef34d200.
    
    ---------
    
    Co-authored-by: Logan Ramos <[email protected]>
    bpasero and lramos15 authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    9834cf1 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    8a664da View commit details
    Browse the repository at this point in the history
  28. Merge pull request #232843 from microsoft/joh/pleasant-grouse

    remove parameter/input backwards compat thing
    jrieken authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    089625b View commit details
    Browse the repository at this point in the history
  29. Improve quoting in executeCommand API

    Fixes #232757
    Tyriar committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    e515efc View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    f320b0d View commit details
    Browse the repository at this point in the history
  31. Merge pull request #232852 from microsoft/tyriar/232757

    Improve quoting in executeCommand API
    Tyriar authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    41a11c6 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    797bb00 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    c914444 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    d645ca1 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

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

Commits on Nov 4, 2024

  1. [Edit Context]: Introduce text area into which code is pasted (#232806)

    introducing text area into the edit context to handle correctly the paste event
    aiday-mar authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    e22abe4 View commit details
    Browse the repository at this point in the history
  2. add more logging (#232951)

    * add more logging
    
    * add more log
    sandy081 authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    2db47a8 View commit details
    Browse the repository at this point in the history
  3. Allow cursor move during composition (#232955)

    allow cursor move during composition
    aiday-mar authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    608f586 View commit details
    Browse the repository at this point in the history
  4. chore: Use 20.16.0 version of Node.js

    Signed-off-by: Roman Nikitenko <[email protected]>
    
    rh-pre-commit.version: 2.2.0
    rh-pre-commit.check-secrets: ENABLED
    RomanNikitenko committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    3cd01ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba7383e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d9d4fc8 View commit details
    Browse the repository at this point in the history
  7. Fix bad merge

    Tyriar committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    d5c34d7 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #232740 from microsoft/tyriar/232656__232658

    Put terminal quick fixes into the SI menu too
    Tyriar authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    e37672f View commit details
    Browse the repository at this point in the history
  9. chore: Downgrade electron version

    Signed-off-by: Roman Nikitenko <[email protected]>
    
    rh-pre-commit.version: 2.2.0
    rh-pre-commit.check-secrets: ENABLED
    RomanNikitenko committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    b63cdb1 View commit details
    Browse the repository at this point in the history
  10. Fix failing test on macOS

    Started failing with #232968
    Tyriar committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    b2dc7fd View commit details
    Browse the repository at this point in the history
  11. Merge pull request #232969 from microsoft/tyriar/test

    Fix failing test on macOS
    Tyriar authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    231d373 View commit details
    Browse the repository at this point in the history
  12. Rebase against the upstream 231d373

    vscode-upstream-sha1: 231d373
    rh-pre-commit.version: 2.2.0
    rh-pre-commit.check-secrets: ENABLED
    RomanNikitenko committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    4690fee View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. fix build: js-debug extension has another sha256 when it's downloaded…

    … from the open-vsx.org
    
    Signed-off-by: Roman Nikitenko <[email protected]>
    
    rh-pre-commit.version: 2.2.0
    rh-pre-commit.check-secrets: ENABLED
    RomanNikitenko committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    461c1f1 View commit details
    Browse the repository at this point in the history
  2. chore: Adapt che-port extension to upstream changes

    Signed-off-by: Roman Nikitenko <[email protected]>
    
    rh-pre-commit.version: 2.2.0
    rh-pre-commit.check-secrets: ENABLED
    RomanNikitenko committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    7abdc38 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. fix build: downgrade typescript version

    Signed-off-by: Roman Nikitenko <[email protected]>
    
    rh-pre-commit.version: 2.2.0
    rh-pre-commit.check-secrets: ENABLED
    RomanNikitenko committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    511e4ca View commit details
    Browse the repository at this point in the history