Fix/issue 130 macos run path picker - #142
Merged
1lck merged 3 commits intoAug 18, 2026
Merged
Conversation
Closed
1lck
approved these changes
Aug 18, 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.
Fixes #130
问题与根本原因
报告现象:macOS 运行配置编辑器中的 JDK、Maven 和工作目录路径只能手动粘贴,点击路径按钮无法正常选择。 同时,项目级(Project)配置下的工具链路径原先被 UI 禁用,并且在保存流程中会被清空,因此无法将项目内的 JDK/Maven 配置持久化到项目配置中。
根因:
NSOpenPanel.runModal(),没有接入 SwiftUI 的文件导入流程。RunService和RustCoreBridge中被禁用或过滤。改动内容
.fileImporter:/分隔符。RunService和RustCoreBridge中丢弃项目级 Java/Maven 工具链路径。边界
验证
git diff --check HEAD~2 HEAD./scripts/test-macos.sh./scripts/build-macos.sh./scripts/verify-rust-core.sh./scripts/verify-core.sh./scripts/verify-service-boundaries.sh./scripts/verify-shared-contracts.shResult