We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0905af4 commit 4872f46Copy full SHA for 4872f46
1 file changed
src/api.ts
@@ -709,7 +709,7 @@ export interface PythonProjectCreator {
709
/**
710
* A flag indicating whether the project creator supports quick create where no user input is required.
711
*/
712
- supportsQuickCreate?: boolean;
+ readonly supportsQuickCreate?: boolean;
713
714
715
* Creates a new Python project or projects.
0 commit comments