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

Ensure extensions are searched in order from project to config #1137

Merged
merged 2 commits into from
Nov 14, 2022

Conversation

glopesdev
Copy link
Member

This PR ensures that extension paths are searched in order from project to config, i.e., that project extensions take priority over editor extensions, which take priority over config extensions. This mirrors the DLL search order for desktop applications and allows for progressive overriding of native extensions.

Fixes #1125

@glopesdev glopesdev added the fix Pull request that fixes an issue label Nov 12, 2022
@glopesdev glopesdev added this to the 2.7.1 milestone Nov 12, 2022
@glopesdev glopesdev merged commit 2daabc2 into bonsai-rx:main Nov 14, 2022
@glopesdev glopesdev deleted the issue-1125 branch November 14, 2022 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Pull request that fixes an issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Review loading order for local extensions
1 participant