Skip to content

Commit c2930b4

Browse files
Fix numbered list after removing auto-restart step
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent c2a79b8 commit c2930b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/troubleshooting/debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ var client = new CopilotClient(new CopilotClientOptions
297297
copilot --server --stdio
298298
```
299299

300-
3. Check for port conflicts if using TCP mode:
300+
2. Check for port conflicts if using TCP mode:
301301
```typescript
302302
const client = new CopilotClient({
303303
useStdio: false,

0 commit comments

Comments
 (0)