We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Good day,
I'm getting this error trying running this plugin:
I did manual installation, only configuration I did is this:
(require 'codeium) (require 'auth-source-utils) (add-to-list 'completion-at-point-functions #'codeium-completion-at-point) (defun codeium-configure() (interactive) (setq-default codeium-command-executable "codeium_language_server") (setq-default codeium/metadata/api-key (auth-source-secret :host "codeium.com" :user "apikey"))) (provide 'codeium-config)
I'm running codeium-configure before codeium-init because I can't run it on startup.
The text was updated successfully, but these errors were encountered:
Ok, I found out that this error is happening during reporting of other error, in *codeium-log* I see this line:
*codeium-log*
metadata.api_key: value length must be at least 1 characters
so mi question is, how do I set that api-key, configuration code up there is not working...
Sorry, something went wrong.
Did you ever figure this out? Having same problem in Doom Emacs.
The only way that it worked for me was to use custom-set-variables and set codeium/metadata/api_key. I gave up on using auth-sources to store API key.
custom-set-variables
codeium/metadata/api_key
No branches or pull requests
Good day,
I'm getting this error trying running this plugin:
I did manual installation, only configuration I did is this:
I'm running codeium-configure before codeium-init because I can't run it on startup.
The text was updated successfully, but these errors were encountered: