We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a216f10 commit 497c019Copy full SHA for 497c019
editors/code/src/ctx.ts
@@ -22,7 +22,7 @@ import {
22
import { execRevealDependency } from "./commands";
23
import { PersistentState } from "./persistent_state";
24
import { bootstrap } from "./bootstrap";
25
-import { RustAnalyzerExtensionApi } from "./main";
+import type { RustAnalyzerExtensionApi } from "./main";
26
27
// We only support local folders, not eg. Live Share (`vlsl:` scheme), so don't activate if
28
// only those are in use. We use "Empty" to represent these scenarios
0 commit comments