File tree Expand file tree Collapse file tree 2 files changed +0
-130
lines changed
Expand file tree Collapse file tree 2 files changed +0
-130
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,9 @@ import { onDidEndTerminalShellExecution } from '../../common/window.apis';
55import { createFileSystemWatcher , onDidDeleteFiles } from '../../common/workspace.apis' ;
66import { getPythonApi } from '../../features/pythonApi' ;
77import { NativePythonFinder } from '../common/nativePythonFinder' ;
8- import { isUvInstalled } from './helpers' ;
98import { PipPackageManager } from './pipManager' ;
109import { isPipInstallCommand } from './pipUtils' ;
1110import { SysPythonManager } from './sysPythonManager' ;
12- import { UvProjectCreator } from './uvProjectCreator' ;
1311import { VenvManager } from './venvManager' ;
1412
1513export 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}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments