This commit is contained in:
Benjamin Pasero
2020-01-14 10:48:05 +01:00
parent 611f25cce2
commit 7c8b0844ec
2 changed files with 1 additions and 6 deletions

View File

@@ -46,7 +46,6 @@ export function pathEquals(path1: string, path2: string): boolean {
export function closeAllEditors(): Thenable<any> {
return vscode.commands.executeCommand('workbench.action.closeAllEditors');
}
export function disposeAll(disposables: vscode.Disposable[]) {