Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use AppliesTo Attribute Only for LaunchSettings-Specific Query Provid…
…ers (#9641) 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 from` launch.json `rather 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.
- Loading branch information