Skip to content

Commit c585b90

Browse files
committed
Revert "Adding pipenv support (#750)"
This reverts commit d6fcd29.
1 parent e8d2670 commit c585b90

File tree

5 files changed

+0
-557
lines changed

5 files changed

+0
-557
lines changed

src/common/localize.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -156,12 +156,6 @@ export namespace PyenvStrings {
156156
export const pyenvRefreshing = l10n.t('Refreshing Pyenv Python versions');
157157
}
158158

159-
export namespace PipenvStrings {
160-
export const pipenvManager = l10n.t('Manages Pipenv environments');
161-
export const pipenvDiscovering = l10n.t('Discovering Pipenv environments');
162-
export const pipenvRefreshing = l10n.t('Refreshing Pipenv environments');
163-
}
164-
165159
export namespace PoetryStrings {
166160
export const poetryManager = l10n.t('Manages Poetry environments');
167161
export const poetryDiscovering = l10n.t('Discovering Poetry environments');

src/extension.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ import {
8282
} from './managers/common/nativePythonFinder';
8383
import { IDisposable } from './managers/common/types';
8484
import { registerCondaFeatures } from './managers/conda/main';
85-
import { registerPipenvFeatures } from './managers/pipenv/main';
8685
import { registerPoetryFeatures } from './managers/poetry/main';
8786
import { registerPyenvFeatures } from './managers/pyenv/main';
8887

@@ -493,7 +492,6 @@ export async function activate(context: ExtensionContext): Promise<PythonEnviron
493492
registerSystemPythonFeatures(nativeFinder, context.subscriptions, outputChannel, sysMgr),
494493
registerCondaFeatures(nativeFinder, context.subscriptions, outputChannel, projectManager),
495494
registerPyenvFeatures(nativeFinder, context.subscriptions, projectManager),
496-
registerPipenvFeatures(nativeFinder, context.subscriptions, projectManager),
497495
registerPoetryFeatures(nativeFinder, context.subscriptions, outputChannel, projectManager),
498496
shellStartupVarsMgr.initialize(),
499497
]);

src/managers/pipenv/main.ts

Lines changed: 0 additions & 33 deletions
This file was deleted.

src/managers/pipenv/pipenvManager.ts

Lines changed: 0 additions & 274 deletions
This file was deleted.

0 commit comments

Comments
 (0)