We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6559879 commit b0df453Copy full SHA for b0df453
src/runner.ts
@@ -1,6 +1,6 @@
1
import { PythonExtension } from "@vscode/python-extension";
2
import { execa, type ExecaError } from "execa";
3
-import vscode, { workspace } from "vscode";
+import vscode from "vscode";
4
import { configurationArg, type CliArg } from "./args";
5
import { configSection } from "./config";
6
import { checkErrors, ErrorMessageWrapper } from "./errors";
0 commit comments