mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
testing: clean up nits
- rename TestController.createRunConfiguration to .createRunProfile, and associated types - rename TestItemCollection.remove to TestItemCollection.delete
This commit is contained in:
@@ -205,7 +205,7 @@ export const createTestItemCollection = (owningItem: TestItemImpl):
|
||||
},
|
||||
|
||||
/** @inheritdoc */
|
||||
remove(id: string) {
|
||||
delete(id: string) {
|
||||
if (mapped.delete(id)) {
|
||||
all = undefined;
|
||||
api.listener?.({ op: ExtHostTestItemEventOp.RemoveChild, id });
|
||||
|
||||
Reference in New Issue
Block a user