Skip to content

[pull] master from eclipse-theia:master#397

Merged
pull[bot] merged 3 commits into
reconsumeralization:masterfrom
eclipse-theia:master
Jul 17, 2026
Merged

[pull] master from eclipse-theia:master#397
pull[bot] merged 3 commits into
reconsumeralization:masterfrom
eclipse-theia:master

Conversation

@pull

@pull pull Bot commented Jul 17, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

dr14-make and others added 3 commits July 17, 2026 12:05
* feat(terminal): linkify file:// URLs printed in the terminal

A printed file:// URL was inert: UrlLinkProvider only matches http(s), and
FileLinkProvider's path regex excludes ':' so the URL survives only as a
scheme-less remainder its guard now skips. Add a dedicated FileUriLinkProvider
that matches file:// URLs, parses them as whole URIs (preserving authority for
UNC/localhost forms), validates via FileService, and opens the file in the
editor via OpenerService.

* feat(terminal): open file:// links at :line:column

* refactor(terminal): dedupe file link providers and fix regex re-entrancy

Collect regex matches synchronously before awaiting so concurrent provideLinks
calls cannot corrupt the shared g-flag lastIndex. Extract the shared file-open
helpers (isValidFileURI, openURI) into AbstractFileOpeningLinkProvider, which
both FileLinkProvider and FileUriLinkProvider extend.

Signed-off-by: Dmitrij Rozdestvensky <dmitrij.rozdestvensky@juliahub.com>
Align the button order in the untitled workspace exit dialog to match
the layout of most other dialogs ("Cancel" -> "Don't Save" -> "Save").
See `ShouldSaveDialog` in packages/core/src/browser/saveable.ts for
reference.
…r command disambiguation (#17661)

Co-authored-by: Nina Doschek <ndoschek@eclipsesource.com>
@pull pull Bot locked and limited conversation to collaborators Jul 17, 2026
@pull pull Bot added the ⤵️ pull label Jul 17, 2026
@pull
pull Bot merged commit 3595b05 into reconsumeralization:master Jul 17, 2026
1 of 2 checks passed
@github-actions github-actions Bot added this to the 1.74.0 milestone Jul 17, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants