Skip to content

Commit 908f52f

Browse files
committed
docs: fix patch extension example
1 parent 2ca0eb9 commit 908f52f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,11 +189,12 @@ Find and replace target string or `Regexp` in extension's file
189189

190190
```jsonc
191191
{
192-
"custom-ui-style.extensions": {
192+
// "custom-ui-style.extensions.enable": false,
193+
"custom-ui-style.extensions.config": {
193194
// extension id
194195
"github.copilot-chat": [
195196
{
196-
// target file path
197+
// target file path related to extension root
197198
"filePath": "dist/extension.js",
198199
// find string (support JavaScript like regexp)
199200
"find": "https://generativelanguage.googleapis.com/v1beta/openai",

0 commit comments

Comments
 (0)