feat(symbols): Pass project platform to builtin symbol sources API (frontend) #104115
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Frontend changes to support platform-restricted builtin symbol sources.
This PR updates the Debug Files settings page to pass the project's platform to the builtin symbol sources API endpoint, enabling platform-based filtering of available symbol sources.
Changes
Frontend
project.platformquery parameter to the builtin symbol sources APIContext
This is the frontend companion to backend PR #102013 that adds:
enabledConsolePlatformsImplementation
The change is minimal - it adds the
platformquery parameter when fetching builtin symbol sources:This allows the backend to filter symbol sources based on:
platformsrestriction)Deployment
Can be merged independently - This change is backward compatible: