We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce2fecd + 03ceb73 commit d1b5ab6Copy full SHA for d1b5ab6
1 file changed
extensions/ql-vscode/src/common/commands.ts
@@ -11,7 +11,7 @@ import type {
11
VariantAnalysisScannedRepository,
12
VariantAnalysisScannedRepositoryResult,
13
} from "../variant-analysis/shared/variant-analysis";
14
-import { QLDebugConfiguration } from "../debugger/debug-configuration";
+import type { QLDebugConfiguration } from "../debugger/debug-configuration";
15
16
// A command function matching the signature that VS Code calls when
17
// a command is invoked from the title bar of a TreeView with
0 commit comments