Skip to content

Commit 7bf6193

Browse files
authored
Merge branch 'create-project-branch' into new-package
2 parents 31bad72 + 13b993c commit 7bf6193

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/common/pickers/managers.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ export async function pickCreator(creators: PythonProjectCreator[]): Promise<Pyt
136136
// First level menu
137137
const autoFindCreator = creators.find((c) => c.name === 'autoProjects');
138138
const existingProjectsCreator = creators.find((c) => c.name === 'existingProjects');
139-
140139
const items: QuickPickItem[] = [
141140
{
142141
label: 'Auto Find',

src/extension.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { commands, ExtensionContext, LogOutputChannel, Terminal, Uri } from 'vscode';
2-
32
import { PythonEnvironment, PythonEnvironmentApi } from './api';
43
import { ensureCorrectVersion } from './common/extVersion';
54
import { registerTools } from './common/lm.apis';

0 commit comments

Comments
 (0)