From b6435bc42407d53470e1bc0a0261183148bfde5a Mon Sep 17 00:00:00 2001 From: Matt Bierner Date: Tue, 12 Jan 2021 16:26:44 -0800 Subject: [PATCH] Remove unused import --- src/vs/workbench/api/common/extHostUriOpener.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/vs/workbench/api/common/extHostUriOpener.ts b/src/vs/workbench/api/common/extHostUriOpener.ts index c799faa11d0..81b761bb3ca 100644 --- a/src/vs/workbench/api/common/extHostUriOpener.ts +++ b/src/vs/workbench/api/common/extHostUriOpener.ts @@ -3,7 +3,6 @@ * Licensed under the MIT License. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ -import { coalesce } from 'vs/base/common/arrays'; import { CancellationToken } from 'vs/base/common/cancellation'; import { toDisposable } from 'vs/base/common/lifecycle'; import { URI, UriComponents } from 'vs/base/common/uri';