From a2f3d28a0bac95b8099ea165839a1873b76787ef Mon Sep 17 00:00:00 2001 From: WizzardDr <93602460+WizzardDr@users.noreply.github.com> Date: Fri, 11 Jul 2025 22:16:37 +0100 Subject: [PATCH] Update Building in Github Codespace.md --- docs/development/Building in Github Codespace.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/development/Building in Github Codespace.md b/docs/development/Building in Github Codespace.md index 5c060d993b..112e4aa455 100644 --- a/docs/development/Building in Github Codespace.md +++ b/docs/development/Building in Github Codespace.md @@ -23,6 +23,7 @@ Use the terminal inside the codespace environment to run the following commands: cmake -B build -S . ``` image + > Note: You may need to use ctrl+C to exit the process and return to the shell once it completes. ### Target