Skip to content

Commit 23e2430

Browse files
authored
remove not implemented create function (#804)
<img width="665" height="461" alt="image" src="https://github.com/user-attachments/assets/6fefb586-064d-4779-bbb7-74bbd53f4e4c" /> This is incorrect as it should not have the "click to create" part of the message under pipenv
1 parent fc70580 commit 23e2430

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/managers/pipenv/pipenvManager.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import { EventEmitter, MarkdownString, ProgressLocation, Uri } from 'vscode';
22
import {
3-
CreateEnvironmentOptions,
4-
CreateEnvironmentScope,
53
DidChangeEnvironmentEventArgs,
64
DidChangeEnvironmentsEventArgs,
75
EnvironmentChangeKind,
@@ -115,14 +113,6 @@ export class PipenvManager implements EnvironmentManager {
115113
);
116114
}
117115

118-
async create?(
119-
_scope: CreateEnvironmentScope,
120-
_options?: CreateEnvironmentOptions,
121-
): Promise<PythonEnvironment | undefined> {
122-
// To be implemented
123-
return undefined;
124-
}
125-
126116
async refresh(scope: RefreshEnvironmentsScope): Promise<void> {
127117
const hardRefresh = scope === undefined; // hard refresh when scope is undefined
128118

0 commit comments

Comments
 (0)