Skip to content

Commit 31dd296

Browse files
authored
add portal_url (Exafunction#348)
1 parent 76790ba commit 31dd296

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autoload/codeium.vim

+1
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ function! s:LaunchChat(out, err, status) abort
403403
let l:has_enterprise_extension = "false"
404404
if has_key(config, 'api_url') && !empty(config.api_url)
405405
let l:has_enterprise_extension = "true"
406+
let args += ['--portal_url', get(config, 'portal_url', 'https://codeium.example.com')]
406407
endif
407408

408409
" Hard-coded to English locale and allowed telemetry.

0 commit comments

Comments
 (0)