Fix various Windows related path issues#121
Conversation
|
Thanks @jimpark for tackling the Windows path issues — we appreciate you testing on Windows 11 and identifying the problems. Unfortunately we can't merge this PR in its current form:
We're merging PR #88 by @bingh0 which addresses the core issue (HOME → USERPROFILE fallback) in a focused +64/-43 change. If you have additional Windows-specific fixes beyond HOME/USERPROFILE (mixed forward/backslashes, VS Code/Zed settings paths), we'd welcome those as a separate, focused PR based on current main — one fix per PR as per our contributing guidelines. The path separator normalization in particular would be valuable. |
|
Follow-up: we've merged PR #88 which fixes the HOME vs USERPROFILE issue (the core install blocker on Windows). For the remaining Windows issues you mentioned (mixed slashes, VS Code/Zed config paths), could you open individual issues with specific reproduction steps? For example:
We'd be happy to fix them as focused PRs. One issue per problem makes it easier to track and test. |
While trying this tool on my Windows 11, I found many issues with the paths, including where to find VS Code & Zed settings, mixed forward and backslashes, HOME vs USERPROFILE, etc.