mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
fix tests?
This commit is contained in:
@@ -68,7 +68,6 @@ export function cleanUp(): Thenable<any> {
|
||||
}, 10);
|
||||
|
||||
vscode.commands.executeCommand('workbench.action.closeAllEditors')
|
||||
.then(() => vscode.commands.executeCommand('workbench.files.action.closeAllFiles'))
|
||||
.then(null, err => {
|
||||
clearInterval(interval);
|
||||
e(err);
|
||||
|
||||
Reference in New Issue
Block a user