We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 779c0da commit 2291a19Copy full SHA for 2291a19
1 file changed
Tool/Sources/CodeiumService/Services/CodeiumService.swift
@@ -277,7 +277,6 @@ extension CodeiumService: CodeiumSuggestionServiceType {
277
let languageId = languageIdentifierFromFileURL(openedDocument.url)
278
return .init(
279
absolute_path_migrate_me_to_uri: openedDocument.url.path,
280
-// relative_path: openedDocument.relativePath,
281
text: openedDocument.content,
282
editor_language: languageId.rawValue,
283
language: .init(codeLanguage: languageId)
0 commit comments