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

Use AppliesTo Attribute Only for LaunchSettings-Specific Query Providers #9641

Merged
merged 4 commits into from
Feb 3, 2025

Conversation

emfisch
Copy link
Contributor

@emfisch emfisch commented Jan 30, 2025

This is a follow up to these PRs: #9621, #9631

The TypeScript/JavaScript team is working on adding a version of the launch profiles UI that reads/writes fromlaunch.jsonrather than launchsettings.json. We'd like reuse dotnet's existing functionality for this, with the exception of actions specific to modifying launchsettings.json. With this PR, all actions specific to launchsettings.json have been moved into a separate class (LaunchProfileProjectActionProvider) with relevant filtering ([AppliesTo(ProjectCapability.DotNet)]). I have removed this filtering from the other action providers so they can be used for JSPS projects as well.

Microsoft Reviewers: Open in CodeFlow

@emfisch emfisch requested a review from a team as a code owner January 30, 2025 19:35
@emfisch emfisch changed the title only filter launchSettings specific actions Use AppliesTo Attribute Only for LaunchSettings-Specific Query Providers Jan 30, 2025
Copy link
Member

@drewnoakes drewnoakes left a comment

Choose a reason for hiding this comment

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

Looks good, though one question around capabilities.

@drewnoakes drewnoakes merged commit 65326e9 into dotnet:main Feb 3, 2025
5 checks passed
@dotnet-policy-service dotnet-policy-service bot added this to the 17.14 milestone Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants