Skip to content
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

Sync path that works on Windows and macOS #108

Closed
marcvanbreemen opened this issue Sep 13, 2024 · 1 comment
Closed

Sync path that works on Windows and macOS #108

marcvanbreemen opened this issue Sep 13, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@marcvanbreemen
Copy link

Is your feature request related to a problem?

On Windows, I've set the sync path to f.e. "C:\Repo\Test\Shared\API". That path won't work when the repo is used on macOS.

I then tried to use a relative path, like: "..\Shared\API". That seems to work, as I see that the md is created in that folder.

However when If I use that same relative target folder in an other project, the data won't show.

Describe the solution you'd like

A way to use a sync folder path that works on different machines / OS. Making the same API definition folder accessible to multiple projects (when they all point to the same sync folder).

Additional context

n/a

@marcvanbreemen marcvanbreemen added the enhancement New feature or request label Sep 13, 2024
@AntonShuvaev
Copy link
Collaborator

The JetClient project sync path isn't included in the sync files but is stored in .idea/JetClient/state.xml, which isn't typically shared in Git to keep it machine-specific. When opening the project on another machine, you'll need to use "Import JetClient project" and set the sync folder path for that machine.

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

No branches or pull requests

2 participants