Skip to content

Commit 03ceb73

Browse files
Dave Bartolomeokoesie10
andauthored
Update extensions/ql-vscode/src/common/commands.ts
Co-authored-by: Koen Vlaswinkel <koesie10@users.noreply.github.com>
1 parent 6fa7757 commit 03ceb73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/ql-vscode/src/common/commands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import type {
1111
VariantAnalysisScannedRepository,
1212
VariantAnalysisScannedRepositoryResult,
1313
} from "../variant-analysis/shared/variant-analysis";
14-
import { QLDebugConfiguration } from "../debugger/debug-configuration";
14+
import type { QLDebugConfiguration } from "../debugger/debug-configuration";
1515

1616
// A command function matching the signature that VS Code calls when
1717
// a command is invoked from the title bar of a TreeView with

0 commit comments

Comments
 (0)