Skip to content

Add Windows support via fixing path handling. #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

szeredniklaszlo
Copy link

The IntelliJ plugin was not working on Windows, while the VSCode extension functioned correctly. After comparing the logs of aider-desk for both the VSCode extension and the IntelliJ plugin, I discovered that the IntelliJ plugin was sending paths with / instead of \, whereas the VSCode extension correctly used \ on Windows.

This fix ensures that the IntelliJ plugin follows the correct path formatting based on the operating system, making it work properly on Windows and Linux too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant