We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0480e18 commit f5cd8aaCopy full SHA for f5cd8aa
test/features/DebugSession.test.ts
@@ -2,10 +2,9 @@
2
// Licensed under the MIT License.
3
4
import * as assert from "assert";
5
-import { ConfigurationTarget, DebugConfiguration, DebugSession, debug, workspace } from "vscode";
+import { DebugConfiguration, DebugSession, debug } from "vscode";
6
import { ensureEditorServicesIsConnected } from "../utils";
7
8
-
9
// Create a fixture that mocks the DebugSessionFeature
10
// and provides a way to call the onDidTerminateDebugSession event
11
0 commit comments