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 e6a9c21 commit 6542795Copy full SHA for 6542795
apps/expert/lib/expert/iex/helpers.ex
@@ -177,7 +177,6 @@ defmodule Expert.IEx.Helpers do
177
|> Path.expand()
178
179
project_uri = "file://#{project_path}"
180
- # FIXME(mhanberg): unclear how we will get LSP struct here
181
Forge.Project.new(project_uri)
182
end)
183
end
apps/expert/lib/expert/provider/handlers/document_symbols.ex
@@ -28,7 +28,6 @@ defmodule Expert.Provider.Handlers.DocumentSymbols do
28
nil
29
30
31
- # FIXME: the ranges need to be converted to lsp structures
32
%Structures.DocumentSymbol{
33
children: children,
34
detail: root.detail,
0 commit comments