This commit is contained in:
Johannes Rieken 2021-07-22 16:10:06 +02:00
parent e49d4aee38
commit c7db68cd7d
No known key found for this signature in database
GPG key ID: 96634B5AF12F8798

4
src/vs/vscode.d.ts vendored
View file

@ -13821,7 +13821,7 @@ declare module 'vscode' {
}
/**
* The kind of executions that {@link TestRunProfile | TestRunProfiles} control.
* The kind of executions that {@link TestRunProfile TestRunProfiles} control.
*/
export enum TestRunProfileKind {
Run = 1,
@ -14181,7 +14181,7 @@ declare module 'vscode' {
* expanding the item will cause {@link TestController.resolveHandler}
* to be invoked with the item.
*
* Default to false.
* Default to `false`.
*/
canResolveChildren: boolean;