Skip to content

Commit 9f87fa0

Browse files
committed
support quick create
1 parent 69a40ff commit 9f87fa0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/features/creators/autoFindProjects.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ export class AutoFindProjects implements PythonProjectCreator {
5454
public readonly displayName = ProjectCreatorString.autoFindProjects;
5555
public readonly description = ProjectCreatorString.autoFindProjectsDescription;
5656

57+
supportsQuickCreate = true;
58+
5759
constructor(private readonly pm: PythonProjectManager) {}
5860

5961
async create(_options?: PythonProjectCreatorOptions): Promise<PythonProject | PythonProject[] | undefined> {

0 commit comments

Comments
 (0)