Skip to content

Commit a98ce4a

Browse files
committed
Remove VS Code reload, add restart policy
1 parent 2ec04c4 commit a98ce4a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

public/help/copilot-setup.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ with the required settings:
1818
```bash
1919
docker stop codegate && docker rm codegate
2020

21-
docker run --name codegate -d -p 8989:8989 -p 9090:80 -p 8990:8990 --mount type=volume,src=codegate_volume,dst=/app/codegate_volume ghcr.io/stacklok/codegate:latest
21+
docker run --name codegate -d -p 8989:8989 -p 9090:80 -p 8990:8990 --mount type=volume,src=codegate_volume,dst=/app/codegate_volume --restart unless-stopped ghcr.io/stacklok/codegate:latest
2222
```
2323

2424
## Trust the CodeGate CA certificate
@@ -59,9 +59,6 @@ Append the following settings to your configuration file (settings.json):
5959
}
6060
```
6161

62-
> **Note:** Restart VS Code or open the Command Palette (Ctrl+Shift+P) and
63-
> select **Developer: Reload Window**.
64-
6562
## Verify configuration
6663

6764
In the bottom right section of VS Code you will see a small Copilot avatar:

0 commit comments

Comments
 (0)