From dab2be41701a4ceb60d3b9a6f639e56d703955f6 Mon Sep 17 00:00:00 2001 From: Parasaran Date: Tue, 10 Dec 2024 21:44:04 +0530 Subject: [PATCH] fix 227150: Added a recursive git clone button --- extensions/git/package.nls.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/git/package.nls.json b/extensions/git/package.nls.json index d706b650c8a0e8..c6e2990576c981 100644 --- a/extensions/git/package.nls.json +++ b/extensions/git/package.nls.json @@ -340,7 +340,7 @@ ] }, "view.workbench.scm.empty": { - "message": "In order to use Git features, you can open a folder containing a Git repository or clone from a URL.\n[Open Folder](command:vscode.openFolder)\n[Clone Repository](command:git.clone)\nTo learn more about how to use Git and source control in VS Code [read our docs](https://aka.ms/vscode-scm).", + "message": "In order to use Git features, you can open a folder containing a Git repository or clone from a URL.\n[Open Folder](command:vscode.openFolder)\n[Clone Repository](command:git.clone)\n[Clone Repository (Recursive)](command:git.cloneRecursive)\nTo learn more about how to use Git and source control in VS Code [read our docs](https://aka.ms/vscode-scm).", "comment": [ "{Locked='](command:vscode.openFolder'}", "Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for VS Code",