We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ad945 commit 3f1ae97Copy full SHA for 3f1ae97
src/features/envCommands.ts
@@ -115,7 +115,7 @@ export async function createEnvironmentCommand(
115
export async function createAnyEnvironmentCommand(
116
em: EnvironmentManagers,
117
pm: PythonProjectManager,
118
- options?: CreateEnvironmentOptions & { selectEnvironment: boolean; showBackButton: boolean },
+ options?: CreateEnvironmentOptions & { selectEnvironment?: boolean; showBackButton?: boolean },
119
): Promise<PythonEnvironment | undefined> {
120
const select = options?.selectEnvironment;
121
const projects = pm.getProjects();
0 commit comments