Skip to content

Commit f407709

Browse files
committed
Remove AnimatedStatusBar import
1 parent 6ad2517 commit f407709

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/features/Console.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ import { LanguageClient, NotificationType, RequestType } from "vscode-languagecl
77
import { ICheckboxQuickPickItem, showCheckboxQuickPick } from "../controls/checkboxQuickPick";
88
import { IFeature } from "../feature";
99

10-
import * as AnimatedStatusBar from "../controls/animatedStatusBar";
11-
1210
export const EvaluateRequestType = new RequestType<IEvaluateRequestArguments, void, void, void>("evaluate");
1311
export const OutputNotificationType = new NotificationType<IOutputNotificationBody, void>("output");
1412
export const ExecutionStatusChangedNotificationType =

0 commit comments

Comments
 (0)