Skip to content

Commit 0f90588

Browse files
committed
fix: add aiConfig ariaKey
1 parent d8e1ea5 commit 0f90588

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ci/build/build-vscode.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,10 @@ main() {
7979
"newsletterSignupUrl": "https://www.research.net/r/vsc-newsletter",
8080
"linkProtectionTrustedDomains": [
8181
"https://open-vsx.org"
82-
]
82+
],
83+
"aiConfig": {
84+
"ariaKey": "code-server"
85+
}
8386
}
8487
EOF
8588
) > product.json

0 commit comments

Comments
 (0)