fix(windows): restore bundled JDTLS startup and Java navigation - #196
Merged
Conversation
Normalize Windows resource and definition paths, preserve Core startup diagnostics, and clean up failed sessions.\n\nFixes #177
…ows-jdtls-startup
Owner
|
这个结束了吗 |
Collaborator
Author
|
还有点其他问题,在改
…---Original---
From: ***@***.***>
Date: Thu, Aug 20, 2026 13:37 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [1lck/Lithe-IDEA] fix(windows): restore bundled JDTLS startup and Java navigation (PR #196)
1lck left a comment (1lck/Lithe-IDEA#196)
这个结束了吗
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Synchronize pane and buffer ownership, route definitions through Lithe buffers, and serialize or recover Core LSP sessions across concurrent starts and WebView reloads. Add regression coverage for Windows path normalization and startup-stop races. Refs #177
Resolve published diagnostic URIs to concrete open buffer paths so Windows separator and case differences do not drop Monaco markers.
Pin and checksum the Lombok agent and MIT license during JDTLS preparation. Load the bundled agent from both generated platform launchers so JDTLS resolves annotation-generated Java members.
Bind physical and virtual editor buffers to the correct language-server session, gate semantic features by negotiated capabilities, and route provider-owned virtual references without requiring didOpen. Add lifecycle, duplicate-workspace, operation-matrix, and real-JDTLS smoke coverage.
…ows-jdtls-startup
1lck
approved these changes
Aug 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Verification
bun test src/platform/lsp-core-adapter.test.ts src/features/editor/lsp/navigation-target.test.ts src/features/editor/lsp/lombok-accessor-navigation.test.ts src/features/editor/utils/go-to-definition-gesture.test.ts(21 passed)bun run typecheckbun run lint(passes with existing warnings)cargo test --manifest-path rust/Cargo.toml(217 passed)cargo test --manifest-path windows/tauri/src-tauri/Cargo.toml(71 passed after syncing the latest base)scripts/build-windows.ps1 -Configuration ReleaseCloses #177