-
Notifications
You must be signed in to change notification settings - Fork 5
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
Save project custom file paths as relative #126
Comments
The current |
Also why not |
@StephenNneji the idea was to eliminate some ambiguity: if a user calls |
Currently, custom files use absolute paths, which means that the project.json files are not portable. They should be changed so that the custom file paths saved in the project.json file are relative to the file save location, e.g. using Path.relative_to
The text was updated successfully, but these errors were encountered: