Skip to content

Commit 497c019

Browse files
committed
fix lints
1 parent a216f10 commit 497c019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/code/src/ctx.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import {
2222
import { execRevealDependency } from "./commands";
2323
import { PersistentState } from "./persistent_state";
2424
import { bootstrap } from "./bootstrap";
25-
import { RustAnalyzerExtensionApi } from "./main";
25+
import type { RustAnalyzerExtensionApi } from "./main";
2626

2727
// We only support local folders, not eg. Live Share (`vlsl:` scheme), so don't activate if
2828
// only those are in use. We use "Empty" to represent these scenarios

0 commit comments

Comments
 (0)