From 89c6f5cb47e64964b685f42e5063a575b2c54635 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dirk=20B=C3=A4umer?= Date: Thu, 15 Aug 2024 12:48:11 +0200 Subject: [PATCH] Trigger PR flow (#1543) --- client/src/common/progressPart.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/common/progressPart.ts b/client/src/common/progressPart.ts index 404254a68..deba0c2cf 100644 --- a/client/src/common/progressPart.ts +++ b/client/src/common/progressPart.ts @@ -2,7 +2,6 @@ * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------ */ - import { window as Window, Progress, ProgressLocation, CancellationToken, Disposable } from 'vscode';