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

fix: config with --platform flag to work with platforms defined in multiple packages #2562

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

thymikee
Copy link
Member

Summary:

Selecting particular platform wouldn't work for out-of-tree platforms, as extra platforms would be added to the config.platforms objects anyway. This PR fixes it and adds tests.

Test Plan:

Added ✅

Checklist

  • Documentation is up to date to reflect these changes.
  • Follows commit message convention described in CONTRIBUTING.md

@@ -8,7 +8,7 @@
"**/build": true
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice. vscode was also changing this property for me 👍

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's keep it then and not fight 😅

Copy link
Collaborator

@szymonrybczak szymonrybczak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

solid fix, thank you!

@thymikee thymikee merged commit fb78816 into main Dec 12, 2024
5 of 10 checks passed
@thymikee thymikee deleted the fix/selected-platforms branch December 12, 2024 10:25
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.

2 participants