| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0e67c2d commit 6ad90fa
4 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,7 +8,6 @@ import { PythonReferenceProvider } from './providers/referenceProvider'; | |||
| 8 | 8 | import { PythonRenameProvider } from './providers/renameProvider'; | |
| 9 | 9 | import { PythonFormattingEditProvider } from './providers/formatProvider'; | |
| 10 | 10 | import * as sortImports from './sortImports'; | |
| 11 | - import * as autoImport from './autoImport'; | ||
| 12 | 11 | import { LintProvider } from './providers/lintProvider'; | |
| 13 | 12 | import { PythonSymbolProvider } from './providers/symbolProvider'; | |
| 14 | 13 | import { PythonSignatureProvider } from './providers/signatureProvider'; | |
@@ -59,7 +58,6 @@ export function activate(context: vscode.ExtensionContext) { | |||
| 59 | 58 | } | |
| 60 | 59 | ||
| 61 | 60 | sortImports.activate(context, formatOutChannel); | |
| 62 | - autoImport.activate(context, formatOutChannel); | ||
| 63 | 61 | context.subscriptions.push(activateSetInterpreterProvider()); | |
| 64 | 62 | context.subscriptions.push(...activateExecInTerminalProvider()); | |
| 65 | 63 | context.subscriptions.push(activateUpdateSparkLibraryProvider()); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments