From ff276dc27bbddb82dd559ac46a112d8565ebef76 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Tue, 21 Jan 2025 12:59:24 +0000 Subject: [PATCH] Open code in codegate-demonstration folder The prior command is `cd codegate-demonstration`; the next command should be to open `code` in the current directory. --- docs/quickstart-continue.mdx | 2 +- docs/quickstart-copilot.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/quickstart-continue.mdx b/docs/quickstart-continue.mdx index 9a065ea..fd66d4b 100644 --- a/docs/quickstart-continue.mdx +++ b/docs/quickstart-continue.mdx @@ -164,7 +164,7 @@ terminal: ```bash cd codegate-demonstration -code ./codegate-demonstration +code . ``` ### Protect your secrets diff --git a/docs/quickstart-copilot.mdx b/docs/quickstart-copilot.mdx index 3e20fc9..915ec06 100644 --- a/docs/quickstart-copilot.mdx +++ b/docs/quickstart-copilot.mdx @@ -119,7 +119,7 @@ terminal: ```bash cd codegate-demonstration -code ./codegate-demonstration +code . ``` ### Protect your secrets