We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81d98a3 commit 740d052Copy full SHA for 740d052
src/handlers.jl
@@ -146,7 +146,7 @@ function complete_request(socket, msg)
146
comps_, positions = REPLCompletions.completions(code[codestart:end], cursorpos-codestart+1)
147
end
148
@static if isdefined(REPLCompletions, :completion_text)
149
- comps = REPLCompletions.completion_text.(comps_) # julia#26930
+ comps = unique!(REPLCompletions.completion_text.(comps_)) # julia#26930
150
else
151
comps = comps_
152
0 commit comments