-
Notifications
You must be signed in to change notification settings - Fork 685
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Debugger: Update configuration snippets and 'hiddenWhen' (#6456)
This PR makes a few tweaks to package.json to hopefully further improve the experience configuring projects to launch -- 1. This adds a launch.json configuration snippet that uses the `dotnet` type to aid folks in using `dotnet` debugger type in polygot workspaces 2. Update the various launch.json configuration snippets so that: A. The new 'Launch C# Project' snippet stands out more B. Localization is enabled C. They are better grouped (ex: remote debugging ones are together) D. They have better descriptions 4. This hides the `dotnet` configuration provider if you try and bring up an action that will show you available debuggers when DevKit is not available, as it will do nothing if selected 5. This hides the `clr` configuration provider in all cases, as it will do nothing if selected
- Loading branch information
1 parent
1c109e8
commit e02678f
Showing
2 changed files
with
73 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters