Skip to content

Commit f5cd8aa

Browse files
committed
Lint fix
1 parent 0480e18 commit f5cd8aa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/features/DebugSession.test.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
// Licensed under the MIT License.
33

44
import * as assert from "assert";
5-
import { ConfigurationTarget, DebugConfiguration, DebugSession, debug, workspace } from "vscode";
5+
import { DebugConfiguration, DebugSession, debug } from "vscode";
66
import { ensureEditorServicesIsConnected } from "../utils";
77

8-
98
// Create a fixture that mocks the DebugSessionFeature
109
// and provides a way to call the onDidTerminateDebugSession event
1110

0 commit comments

Comments
 (0)