Skip to content

Commit 3f166b9

Browse files
authored
Fix formatting in VS Code agents documentation
1 parent 0e0d3a1 commit 3f166b9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/ai-foundry/how-to/develop/vs-code-agents.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -290,9 +290,9 @@ In `Nuget.Config`, replace the following placeholders:
290290

291291
::: zone pivot="csharp"
292292

293-
Before running locally with `dotnet run`, ensure you have configured the required environment variables. You can obtain these values from the Azure AI Foundry portal.
293+
Before running locally with `dotnet run`, ensure you have configured the required environment variables. You can obtain these values from the Azure AI Foundry portal.
294294

295-
1. Configure your environment variables based on your operating system:
295+
1. Configure your environment variables based on your operating system:
296296

297297
#### [Windows (PowerShell)](#tab/windows-powershell)
298298

@@ -318,13 +318,13 @@ In `Nuget.Config`, replace the following placeholders:
318318
export AZURE_OPENAI_API_KEY="your-api-key"
319319
```
320320

321-
---
321+
---
322322

323323
1. Run the application using the following commands:
324-
```bash
325-
dotnet build
326-
dotnet run
327-
```
324+
```bash
325+
dotnet build
326+
dotnet run
327+
```
328328
::: zone-end
329329

330330
::: zone pivot="python"

0 commit comments

Comments
 (0)