Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: eclipse-theia/theia
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7cb6b34
Choose a base ref
...
head repository: eclipse-theia/theia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 39e0f4c
Choose a head ref
  • 15 commits
  • 26 files changed
  • 9 contributors

Commits on Mar 20, 2025

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

Commits on Mar 21, 2025

  1. Add compile script to playwright package (#15122)

    Signed-off-by: Florian Richter <florian.richter@mvtec.com>
    mvtec-richter authored Mar 21, 2025
    Configuration menu
    Copy the full SHA
    49098c6 View commit details
    Browse the repository at this point in the history
  2. fix: autocomplete content in chat view (#15240)

    Fixes autocomplete content not showing up in inline editors like the
    ChatInput.
    
    With the Lumino migration we disabled 'fixedOverflowWidgets' in our
    Monaco editors, as Lumino widget styles leverages 'contain',
    influencing the position of autocomplete content.
    
    This is now reverted, and instead the 'contain' of Lumino widgets is
    forcefully disabled, fixing the autocomplete issue.
    
    fixes #15237
    
    Co-authored-by: Eugen Neufeld <eneufeld@eclipsesource.com>
    sdirix and eneufeld authored Mar 21, 2025
    Configuration menu
    Copy the full SHA
    9332521 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2025

  1. Limit the width of tab-bar rows to 100% of parent (#15260)

    Fixes #15254
    
    Contributed on behalf of STMicroelectronics
    
    Signed-off-by: Thomas Mäder <t.s.maeder@gmail.com>
    tsmaeder authored Mar 24, 2025
    Configuration menu
    Copy the full SHA
    8547f54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52a7626 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a470d33 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2025

  1. fix: Pin node-abi version to 3.x due to Node.js 22+ requirement in 4.x (

    #15212)
    
    * pins the node-abi version to resolve the compatibility issue where node-abi 4.x requires Node.js version 22 or higher
    
    * remove unused package node-abi @types/node-abi
    
    * update package-lock.json after delete node-abi
    fanyipin authored Mar 25, 2025
    Configuration menu
    Copy the full SHA
    abae333 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e93f815 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56414b9 View commit details
    Browse the repository at this point in the history
  4. [vscode] Support keepWhitespace in SnippetTextEdit and insertSnippet (#…

    …15176)
    
    fixes #15131
    
    Contributed on behalf of STMicroelectronics
    
    Signed-off-by: Remi Schnekenburger <rschnekenburger@eclipsesource.com>
    rschnekenbu authored Mar 25, 2025
    Configuration menu
    Copy the full SHA
    6623f3c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7aaa024 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2a2c0ba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9878419 View commit details
    Browse the repository at this point in the history
  8. Lint

    colin-grant-work committed Mar 25, 2025
    Configuration menu
    Copy the full SHA
    c22d8bc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    39e0f4c View commit details
    Browse the repository at this point in the history
Loading