Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/src/tasks.ts')
-rw-r--r--editors/code/src/tasks.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/tasks.ts b/editors/code/src/tasks.ts
index 5199508c82..f451e738d5 100644
--- a/editors/code/src/tasks.ts
+++ b/editors/code/src/tasks.ts
@@ -1,6 +1,6 @@
import * as vscode from "vscode";
import * as toolchain from "./toolchain";
-import { Config } from "./config";
+import type { Config } from "./config";
import { log } from "./util";
import { unwrapUndefinable } from "./undefinable";