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

chore: Rebase against upstream #337

Merged
merged 34 commits into from Mar 18, 2024
Merged

chore: Rebase against upstream #337

merged 34 commits into from Mar 18, 2024

Commits on Feb 19, 2024

  1. fix #205353

    NriotHrreion committed Feb 19, 2024
    Copy the full SHA
    2270961 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c2107b1 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    168b87d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d57ae45 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

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

Commits on Feb 21, 2024

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

Commits on Feb 22, 2024

  1. Copy the full SHA
    4e374d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Copy the full SHA
    fd0ffd7 View commit details
    Browse the repository at this point in the history
  2. Exit early when object is disposed

    Fixes #206116
    Tyriar committed Feb 23, 2024
    Copy the full SHA
    ef1836b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1cc9ae4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #206123 from microsoft/tyriar/dispose

    Exit early when object is disposed
    Tyriar committed Feb 23, 2024
    Copy the full SHA
    2eb1380 View commit details
    Browse the repository at this point in the history
  5. Configure web server base path (#202491)

    * add support for custom root URL path through command line option `--route-base-url-path`
    
    * fix CI/CD errors
    
    * refine path joining in `RemoteAuthoritiesImpl`
    
    * revert changes to `.gitignore`
    
    * avoid RemotePaths global
    
    * polish. Option is now called `server-base-path`
    
    * revert uri changes
    
    * remove unnecessary file
    
    * remove unnecessary new line
    
    * revert address port change
    
    ---------
    
    Co-authored-by: sysadmin <>
    Co-authored-by: Jared C <28533997+oakaigh@users.noreply.github.com>
    Co-authored-by: sysadmin <sysadmin@homelab-hvac>
    3 people committed Feb 23, 2024
    Copy the full SHA
    45e763b View commit details
    Browse the repository at this point in the history
  6. fix #204395

    meganrogge committed Feb 23, 2024
    Copy the full SHA
    9854e10 View commit details
    Browse the repository at this point in the history
  7. Preview selected detected link

    Fixes #206126
    Tyriar committed Feb 23, 2024
    Copy the full SHA
    e6132ea View commit details
    Browse the repository at this point in the history
  8. Merge pull request #206129 from microsoft/tyriar/link_preview

    Preview selected detected link
    Tyriar committed Feb 23, 2024
    Copy the full SHA
    8a64f0f View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    228a35f View commit details
    Browse the repository at this point in the history
  10. Merge pull request #205502 from NriotHrreion/fix-205353

    Fix the unexpected position of hover widgets
    Tyriar committed Feb 23, 2024
    Copy the full SHA
    1e07343 View commit details
    Browse the repository at this point in the history
  11. fix #203722

    meganrogge committed Feb 23, 2024
    Copy the full SHA
    c43cd02 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #206128 from microsoft/merogge/acc-view-fix

    fix issue with accessible view on windows
    meganrogge committed Feb 23, 2024
    Copy the full SHA
    283d747 View commit details
    Browse the repository at this point in the history
  13. simplify

    meganrogge committed Feb 23, 2024
    Copy the full SHA
    db5fbe6 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #206135 from microsoft/merogge/link-view

    enable link activation for SR users in accessible view
    meganrogge committed Feb 23, 2024
    Copy the full SHA
    b06b876 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #206132 from vinistock/vs/fix_in_dedent_in_comments

    Fix accidental dedent for `in` and `when` dedent in Ruby comments
    rebornix committed Feb 23, 2024
    Copy the full SHA
    250466a View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    9a07ceb View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    4700215 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Fix sharing copy paste data across editor groups (#206142)

    Fix sharing copy paste data across editor groups
    mjbvz committed Feb 24, 2024
    Copy the full SHA
    d63202a View commit details
    Browse the repository at this point in the history
  2. Adopt custom hover for extension and runtime view (#206154)

    adopt custom hover for extension and runtime view
    benibenj committed Feb 24, 2024
    Copy the full SHA
    660264a View commit details
    Browse the repository at this point in the history
  3. Only preview detected links for files and when preview is on

    Part of #206126
    Tyriar committed Feb 24, 2024
    Copy the full SHA
    f10dd69 View commit details
    Browse the repository at this point in the history
  4. Simplify setting selection

    Tyriar committed Feb 24, 2024
    Copy the full SHA
    523dd89 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #206164 from microsoft/tyriar/polish_preview

    Only preview detected links for files and when preview is on
    Tyriar committed Feb 24, 2024
    Copy the full SHA
    e8b9685 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Adopt custom hover for inline chat widget (#206170)

    inline chat custom hover adoption
    benibenj committed Feb 25, 2024
    Copy the full SHA
    d2f3406 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Updated actionViewItemProvider to include options parameter (#206188)

    Updated actionViewItemProvider to include options parameter in various components
    benibenj committed Feb 26, 2024
    Copy the full SHA
    03f6a78 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    13a2ba8 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Rebase against the upstream 13a2ba8

    vscode-upstream-sha1: 13a2ba8
    
    rh-pre-commit.version: 2.2.0
    rh-pre-commit.check-secrets: ENABLED
    RomanNikitenko committed Mar 18, 2024
    Copy the full SHA
    8758935 View commit details
    Browse the repository at this point in the history
  2. Update ./rebase/changelog file

    Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
    
    rh-pre-commit.version: 2.2.0
    rh-pre-commit.check-secrets: ENABLED
    RomanNikitenko committed Mar 18, 2024
    Copy the full SHA
    458194e View commit details
    Browse the repository at this point in the history