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

Allow persistance of relative env paths #1905

Merged
merged 1 commit into from Feb 2, 2021
Merged

Conversation

davidanthoff
Copy link
Member

This is a follow-up to #1903.

My previous attempt meant that if one has a relative path in a local settings file, then it would immediately changed to an absolute path in the settings file when the extension started. That seems undesirable: we want the ability to store relative paths in the settings, but then we want to have absolute paths passed to every place where that value is used. This PR should enable this.

@davidanthoff davidanthoff added this to the Next Patch milestone Feb 2, 2021
@davidanthoff davidanthoff merged commit 45cc381 into master Feb 2, 2021
@davidanthoff davidanthoff deleted the fix-env-path-handling branch February 2, 2021 08:17
@oppo-source oppo-source removed the request for review from a team April 16, 2021 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants