Skip to content

Commit 3f1ae97

Browse files
committed
fix: build
1 parent a1ad945 commit 3f1ae97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/envCommands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export async function createEnvironmentCommand(
115115
export async function createAnyEnvironmentCommand(
116116
em: EnvironmentManagers,
117117
pm: PythonProjectManager,
118-
options?: CreateEnvironmentOptions & { selectEnvironment: boolean; showBackButton: boolean },
118+
options?: CreateEnvironmentOptions & { selectEnvironment?: boolean; showBackButton?: boolean },
119119
): Promise<PythonEnvironment | undefined> {
120120
const select = options?.selectEnvironment;
121121
const projects = pm.getProjects();

0 commit comments

Comments
 (0)