Skip to content

Commit 4856c1d

Browse files
committed
remove UV creator
1 parent 98e80c2 commit 4856c1d

File tree

2 files changed

+0
-130
lines changed

2 files changed

+0
-130
lines changed

src/managers/builtin/main.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ import { onDidEndTerminalShellExecution } from '../../common/window.apis';
55
import { createFileSystemWatcher, onDidDeleteFiles } from '../../common/workspace.apis';
66
import { getPythonApi } from '../../features/pythonApi';
77
import { NativePythonFinder } from '../common/nativePythonFinder';
8-
import { isUvInstalled } from './helpers';
98
import { PipPackageManager } from './pipManager';
109
import { isPipInstallCommand } from './pipUtils';
1110
import { SysPythonManager } from './sysPythonManager';
12-
import { UvProjectCreator } from './uvProjectCreator';
1311
import { VenvManager } from './venvManager';
1412

1513
export async function registerSystemPythonFeatures(
@@ -56,10 +54,4 @@ export async function registerSystemPythonFeatures(
5654
}
5755
}),
5856
);
59-
60-
setImmediate(async () => {
61-
if (await isUvInstalled(log)) {
62-
disposables.push(api.registerPythonProjectCreator(new UvProjectCreator(api, log)));
63-
}
64-
});
6557
}

src/managers/builtin/uvProjectCreator.ts

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

0 commit comments

Comments
 (0)