From 46337e8077a1801705d718eb6dc02fcc48144728 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=B4=E6=98=8E=E8=BE=B0?= Date: Wed, 25 Dec 2024 09:25:59 +0000 Subject: [PATCH] [Fix] auto repo initialization after creation auto init repo after creating it --- templates/devstar-home-vscode.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/devstar-home-vscode.tmpl b/templates/devstar-home-vscode.tmpl index 1cf1106191..808dff0224 100644 --- a/templates/devstar-home-vscode.tmpl +++ b/templates/devstar-home-vscode.tmpl @@ -864,7 +864,8 @@ const postData = { 'name': repo_name, 'private': is_private, - 'trust_model': 'default' + 'trust_model': 'default', + "auto_init": true } if (description) {