File tree 2 files changed +0
-130
lines changed
2 files changed +0
-130
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ import { PipPackageManager } from './pipManager';
5
5
import { VenvManager } from './venvManager' ;
6
6
import { getPythonApi } from '../../features/pythonApi' ;
7
7
import { NativePythonFinder } from '../common/nativePythonFinder' ;
8
- import { UvProjectCreator } from './uvProjectCreator' ;
9
- import { isUvInstalled } from './helpers' ;
10
8
import { createFileSystemWatcher , onDidDeleteFiles } from '../../common/workspace.apis' ;
11
9
import { createSimpleDebounce } from '../../common/utils/debounce' ;
12
10
import { onDidEndTerminalShellExecution } from '../../common/window.apis' ;
@@ -56,10 +54,4 @@ export async function registerSystemPythonFeatures(
56
54
}
57
55
} ) ,
58
56
) ;
59
-
60
- setImmediate ( async ( ) => {
61
- if ( await isUvInstalled ( log ) ) {
62
- disposables . push ( api . registerPythonProjectCreator ( new UvProjectCreator ( api , log ) ) ) ;
63
- }
64
- } ) ;
65
57
}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments