Skip to content

Commit 4872f46

Browse files
committed
small edit
1 parent 0905af4 commit 4872f46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ export interface PythonProjectCreator {
709709
/**
710710
* A flag indicating whether the project creator supports quick create where no user input is required.
711711
*/
712-
supportsQuickCreate?: boolean;
712+
readonly supportsQuickCreate?: boolean;
713713

714714
/**
715715
* Creates a new Python project or projects.

0 commit comments

Comments
 (0)