We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb1ded6 + 6e0564e commit cedf07fCopy full SHA for cedf07f
1 file changed
README.md
@@ -75,6 +75,17 @@ npm run build
75
npm install -g .
76
```
77
78
+**Via vscode devcontainer**:
79
+
80
+Add [feature](https://github.com/kvokka/features/tree/main/src/aicommit2) to
81
+your `devcontainer.json` file:
82
83
+```json
84
+"features": {
85
+ "ghcr.io/kvokka/features/aicommit2:1": {}
86
+}
87
+```
88
89
2. Set up API keys (**at least ONE key must be set**):
90
91
```sh
0 commit comments