Skip to content

Commit 1259a3e

Browse files
Use 'import type' in commands.ts
1 parent 7aa0fe3 commit 1259a3e

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
@@ -13,7 +13,7 @@ import type {
1313
import type { QLDebugConfiguration } from "../debugger/debug-configuration";
1414
import type { QueryTreeViewItem } from "../queries-panel/query-tree-view-item";
1515
import type { LanguageSelectionTreeViewItem } from "../language-selection-panel/language-selection-data-provider";
16-
import { Method, Usage } from "../model-editor/method";
16+
import type { Method, Usage } from "../model-editor/method";
1717

1818
// A command function matching the signature that VS Code calls when
1919
// a command is invoked from a context menu on a TreeView with

0 commit comments

Comments
 (0)