Skip to content

Commit

Permalink
fix: Revert filepath changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lkk214 committed Dec 24, 2024
1 parent 1c1ab88 commit 3df34b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class AutocompleteService(private val project: Project) {
val column = editor.caretModel.primaryCaret.logicalPosition.column
val input = mapOf(
"completionId" to completionId,
"filepath" to virtualFile?.path,
"filepath" to virtualFile?.url,
"pos" to mapOf(
"line" to line,
"character" to column
Expand Down

0 comments on commit 3df34b7

Please sign in to comment.