We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69a40ff commit 9f87fa0Copy full SHA for 9f87fa0
src/features/creators/autoFindProjects.ts
@@ -54,6 +54,8 @@ export class AutoFindProjects implements PythonProjectCreator {
54
public readonly displayName = ProjectCreatorString.autoFindProjects;
55
public readonly description = ProjectCreatorString.autoFindProjectsDescription;
56
57
+ supportsQuickCreate = true;
58
+
59
constructor(private readonly pm: PythonProjectManager) {}
60
61
async create(_options?: PythonProjectCreatorOptions): Promise<PythonProject | PythonProject[] | undefined> {
0 commit comments