Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit e0fbcbb

Browse files
committed
Fix formatting
1 parent 9b26173 commit e0fbcbb

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

docs/quickstart-continue.mdx

Lines changed: 7 additions & 7 deletions
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 `eth/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,10 +204,10 @@ Learn more in [Secrets encryption](./features/secrets-encryption.md).
204204

205205
### Assess dependency risk
206206

207-
Open the `python/app.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 `python/app.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"
213213
@app.py Please analyze this file

docs/quickstart-copilot.mdx

Lines changed: 3 additions & 3 deletions
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 `eth/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'

0 commit comments

Comments
 (0)