Skip to content

Commit b0df453

Browse files
committed
Fix
1 parent 6559879 commit b0df453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runner.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { PythonExtension } from "@vscode/python-extension";
22
import { execa, type ExecaError } from "execa";
3-
import vscode, { workspace } from "vscode";
3+
import vscode from "vscode";
44
import { configurationArg, type CliArg } from "./args";
55
import { configSection } from "./config";
66
import { checkErrors, ErrorMessageWrapper } from "./errors";

0 commit comments

Comments
 (0)