mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 16:18:58 +01:00
testing: implement related code (#222252)
* wip * testing: implement related code This implements a simple provider-based related code feature, and adopts it in the selfhost test extension. It's surfaced to users via automatic delegation in the "run tests at cursor" command, which I feel like it very natural. I also add two commands which reuse the `SymbolNavigationAction` to implement go to/peek views using the references infrastructure. The upstream change involved in this is the addition of the "go to" preference for tests. cc @jrieken @mjbvz * bump distro for API enablement
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
"description": "Test provider for the VS Code project",
|
||||
"enabledApiProposals": [
|
||||
"testObserver",
|
||||
"testRelatedCode",
|
||||
"attributableCoverage"
|
||||
],
|
||||
"engines": {
|
||||
@@ -83,6 +84,7 @@
|
||||
"dependencies": {
|
||||
"@jridgewell/trace-mapping": "^0.3.25",
|
||||
"ansi-styles": "^5.2.0",
|
||||
"cockatiel": "^3.1.3",
|
||||
"istanbul-to-vscode": "^2.0.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user