Update cargo.rs to allow debugging of integration test annotated with the ignore attribute (#42574)
mikeHag
created
Address #40429
If an integration test is annotated with the ignore attribute, allow the
"debug: Test" option of the debug scenario or Code Action to run with
"--include-ignored"
Closes #40429
Release Notes:
- N/A