From 017825ec00e94dcf18fac6777a686ffe845c14a3 Mon Sep 17 00:00:00 2001 From: Kyle Krull Date: Sun, 26 May 2024 01:42:36 -0500 Subject: [PATCH] Add tip about VSCode workspaces --- man/pandoc/marmot.7.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man/pandoc/marmot.7.md b/man/pandoc/marmot.7.md index 7421590..5154f4a 100644 --- a/man/pandoc/marmot.7.md +++ b/man/pandoc/marmot.7.md @@ -110,7 +110,8 @@ change open in a single editor. Imagine how opening repositories for a front-en feature flags in a single editor might help you spot typos and stale flags: ```sh -code ~/meta/project/frontend +# Create a workspace to commit to multiple Git repos at the same time +code ~/meta/project/frontend/* ``` ## Use Categories for Shell Commands