Conversation
- Add platform detection in both VSCode extension and JetBrains plugin - Handle Unix-style paths correctly on macOS/Linux (forward slashes) - Handle Windows-style paths correctly on Windows (backslashes, drive letters) - Fix cursor synchronization from IDEA to VSCode on non-Windows systems - Resolve file path resolution errors caused by mixed slash formats Fixes issue where IDEA cursor movements were not syncing to VSCode on macOS due to incompatible path format conversion expecting Windows-style paths. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
…atibility Fix cross-platform path compatibility for macOS/Linux support
…in's multicast manager.
修复 JetBrains → VSCode 组播同步问题:之前 socket 绑定到 127.0.0.1 导致无法接收组播流量。 现在绑定到所有接口,安全性仍通过 addMembership 和 setMulticastInterface 控制在回环接口上。
- 新增 WorkspaceUtils 工具类获取工作空间路径 - Type 中增加 workspacePaths 字段 - EditorStateManager 发送消息时携带工作空间路径信息 - MessageProcessor 处理工作空间路径 - 更新依赖和构建配置
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.
bsaed on https://github.com/ileeoyo/IDESync-VSCode-JetBrains and made an update and fix.
see README.md
What's New / 最新更新
v1.5.x
New Features / 新功能:
Bug Fixes / 问题修复:
Improvements / 改进: