Skip to content

Commit

Permalink
add portal_url (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
fortenforge authored Apr 2, 2024
1 parent 76790ba commit 31dd296
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoload/codeium.vim
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@ function! s:LaunchChat(out, err, status) abort
let l:has_enterprise_extension = "false"
if has_key(config, 'api_url') && !empty(config.api_url)
let l:has_enterprise_extension = "true"
let args += ['--portal_url', get(config, 'portal_url', 'https://codeium.example.com')]
endif

" Hard-coded to English locale and allowed telemetry.
Expand Down

0 comments on commit 31dd296

Please sign in to comment.