Skip to content

Commit 8aa4229

Browse files
authored
Update demo file references (#39)
Reflect the updates to the codegate-demonstration repo
1 parent c0ea7bd commit 8aa4229

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

docs/quickstart-continue.mdx

+8-8
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,9 @@ keys or passwords. You've certainly taken steps to avoid checking these into
174174
your source repo, but they are fair game for LLMs to use as context and
175175
training.
176176

177-
Open the `conf.ini` or `app.json` file from the demo repo in the VS Code editor
178-
and examine the contents. In the Continue chat input, type `@Files` and select
179-
the file to include it as context, and ask Continue to explain the file.
177+
Open the `conf.ini` or `eth/app.json` file from the demo repo in the VS Code
178+
editor and examine the contents. In the Continue chat input, type `@Files` and
179+
select the file to include it as context, and ask Continue to explain the file.
180180

181181
For example, using `conf.ini`:
182182

@@ -204,13 +204,13 @@ Learn more in [Secrets encryption](./features/secrets-encryption.md).
204204

205205
### Assess dependency risk
206206

207-
Open the `packages.py` file from the demo repo in the VS Code editor and examine
208-
the import statements at the top. As with the previous step, type `@Files`, this
209-
time selecting the `packages.py` file to add it to your prompt. Then ask
210-
Continue to analyze the file.
207+
Open the `python/app.py` file from the demo repo in the VS Code editor and
208+
examine the import statements at the top. As with the previous step, type
209+
`@Files`, this time selecting the `python/app.py` file to add it to your prompt.
210+
Then ask Continue to analyze the file.
211211

212212
```plain title="Continue chat"
213-
@packages.py Please analyze this file
213+
@app.py Please analyze this file
214214
```
215215

216216
Using its up-to-date knowledge from

docs/quickstart-copilot.mdx

+4-4
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@ keys or passwords. You've certainly taken steps to avoid checking these into
129129
your source repo, but they are fair game for Copilot to send to its language
130130
models as context.
131131

132-
Open the `conf.ini` or `app.json` file from the demo repo in the VS Code editor.
133-
In the Copilot chat panel, observe that Copilot has automatically loaded the
134-
active file as context.
132+
Open the `conf.ini` or `eth/app.json` file from the demo repo in the VS Code
133+
editor. In the Copilot chat panel, observe that Copilot has automatically loaded
134+
the active file as context.
135135

136136
<ThemedImage
137137
alt='Copilot chat showing the current file selected'
@@ -172,7 +172,7 @@ Learn more in [Secrets encryption](./features/secrets-encryption.md).
172172

173173
### Assess dependency risk
174174

175-
Open the `packages.py` file from the demo repo in the VS Code editor. Confirm
175+
Open the `python/app.py` file from the demo repo in the VS Code editor. Confirm
176176
that it's now the active context file in Copilot.
177177

178178
<ThemedImage

0 commit comments

Comments
 (0)