Skip to content

Commit 0c8f505

Browse files
authored
docs: add vscode devcontainer to readme (#233)
1 parent 61539f5 commit 0c8f505

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,17 @@ Install from source code:
6969
go install github.com/appleboy/CodeGPT/cmd/codegpt@latest
7070
```
7171

72+
### Using vscode devcontainer
73+
74+
Add the [feature](https://github.com/kvokka/features/tree/main/src/codegpt) to
75+
your devcontainer.json:
76+
77+
```json
78+
"features": {
79+
"ghcr.io/kvokka/features/codegpt:1": {}
80+
}
81+
```
82+
7283
## Setup
7384

7485
First, create your OpenAI API Key. The [OpenAI Platform](https://platform.openai.com/account/api-keys) allows you to generate a new API Key.

0 commit comments

Comments
 (0)