make tab sequence feel right

This commit is contained in:
rebornix 2016-10-19 11:41:31 -07:00 committed by Peng Lyu
parent 4bb8ab32ef
commit 71fc1d5b40

View File

@ -37,6 +37,7 @@ export class QuitCommand extends node.CommandBase {
await vscode.commands.executeCommand('workbench.action.closeAllEditors');
} else {
await vscode.commands.executeCommand('workbench.action.closeActiveEditor');
await vscode.commands.executeCommand('workbench.action.previousEditor');
}
}
}