Skip to content

Commit 6542795

Browse files
committed
fixup!: Remove outdated comments
1 parent e6a9c21 commit 6542795

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

apps/expert/lib/expert/iex/helpers.ex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ defmodule Expert.IEx.Helpers do
177177
|> Path.expand()
178178

179179
project_uri = "file://#{project_path}"
180-
# FIXME(mhanberg): unclear how we will get LSP struct here
181180
Forge.Project.new(project_uri)
182181
end)
183182
end

apps/expert/lib/expert/provider/handlers/document_symbols.ex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ defmodule Expert.Provider.Handlers.DocumentSymbols do
2828
nil
2929
end
3030

31-
# FIXME: the ranges need to be converted to lsp structures
3231
%Structures.DocumentSymbol{
3332
children: children,
3433
detail: root.detail,

0 commit comments

Comments
 (0)