mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
make vscode.revealTestInExplorer an api command
This commit is contained in:
@@ -422,6 +422,12 @@ const newCommands: ApiCommand[] = [
|
||||
[ApiCommandArgument.TypeHierarchyItem],
|
||||
new ApiCommandResult<ITypeHierarchyItemDto[], types.TypeHierarchyItem[]>('A TypeHierarchyItem or undefined', v => v.map(typeConverters.TypeHierarchyItem.to))
|
||||
),
|
||||
// --- testing
|
||||
new ApiCommand(
|
||||
'vscode.revealTestInExplorer', '_revealTestInExplorer', 'Reveals a test instance in the explorer',
|
||||
[ApiCommandArgument.TestItem],
|
||||
ApiCommandResult.Void
|
||||
)
|
||||
];
|
||||
|
||||
//#endregion
|
||||
|
||||
Reference in New Issue
Block a user