-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
debug: fix DebugConfigurationProvider registration
We are incorrectly registering a single debug provider that provides `cppdbg` and `cppvsdbg` configurations using the `cppdbg` type. Split the cppdb and cppvsdbg debug providers into 2 different providers and register them based on the current operating system following the same approach as the `ms-vscode.cpptools` extension. Also simplify the debug providers into a single MesonDebugProvider class.
- Loading branch information
Showing
4 changed files
with
68 additions
and
80 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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