We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4876983 commit 33bc818Copy full SHA for 33bc818
src/api.ts
@@ -716,9 +716,9 @@ export interface PythonProjectCreator {
716
* - undefined: if project creation fails.
717
*/
718
create(options?: PythonProjectCreatorOptions): Promise<PythonProject | PythonProject[] | Uri | Uri[] | undefined>;
719
-
720
- /**
721
- * A flag indicating whether the project creator supports quick create where no user input is required.
+
+ /**
+ * A flag indicating whether the project creator supports quick create where no user input is required.
722
723
readonly supportsQuickCreate?: boolean;
724
}
0 commit comments