Skip to content

Commit d1b5ab6

Browse files
author
Dave Bartolomeo
committed
Merge branch 'dbartol/debug-adapter' of https://github.com/github/vscode-codeql into dbartol/debug-adapter
2 parents ce2fecd + 03ceb73 commit d1b5ab6

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)