Skip to content

Commit 3c3e7de

Browse files
authored
Add document/absolute_path_migrate_me_to_uri (#122)
This fixes an error returned when this value is missing: ``` {"code":"unknown","message":"no absolute path"} ```
1 parent a6bc4a6 commit 3c3e7de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

codeium.el

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,9 @@
317317
"according to https://www.reddit.com/r/emacs/comments/5b7o9r/elisp_how_to_concat_newline_into_string_regarding/
318318
this can be always \\n")
319319

320+
(codeium-def codeium/document/absolute_path_migrate_me_to_uri ()
321+
(or buffer-file-name (expand-file-name (buffer-name))))
322+
320323
(codeium-def codeium/editor_options/tab_size ()
321324
tab-width)
322325
(codeium-def codeium/editor_options/insert_spaces ()

0 commit comments

Comments
 (0)