From e8e41a87edfe2bb942eb54e3341586d82af251ca Mon Sep 17 00:00:00 2001 From: Will Foran Date: Tue, 6 Apr 2021 08:48:13 -0400 Subject: [PATCH] README.md git clone cmd gets submodules (#71) git clone ... --recursive to populate external/* submodules Submodule 'external/debugger-libs' (https://github.com/mono/debugger-libs.git) registered for path 'external/debugger-libs' Submodule 'external/nrefactory' (https://github.com/xamarin/NRefactory.git) registered for path 'external/nrefactory' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e0b69b..95c5a8f 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ shell, and an installed Mono framework. First, clone the mono-debug project: ```bash -$ git clone https://github.com/microsoft/vscode-mono-debug +$ git clone --recursive https://github.com/microsoft/vscode-mono-debug ``` To build the extension vsix, run: