Skip to content

Commit 2291a19

Browse files
Another fix
1 parent 779c0da commit 2291a19

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Tool/Sources/CodeiumService/Services/CodeiumService.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@ extension CodeiumService: CodeiumSuggestionServiceType {
277277
let languageId = languageIdentifierFromFileURL(openedDocument.url)
278278
return .init(
279279
absolute_path_migrate_me_to_uri: openedDocument.url.path,
280-
// relative_path: openedDocument.relativePath,
281280
text: openedDocument.content,
282281
editor_language: languageId.rawValue,
283282
language: .init(codeLanguage: languageId)

0 commit comments

Comments
 (0)