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 d3e05a6 commit 52dae7aCopy full SHA for 52dae7a
apps/language_server/lib/language_server/server.ex
@@ -529,7 +529,6 @@ defmodule ElixirLS.LanguageServer.Server do
529
"file://" <> _ ->
530
root_path = SourceFile.Path.absolute_from_uri(root_uri)
531
File.cd!(root_path)
532
- Logger.info("cd initialize")
533
cwd_uri = SourceFile.Path.to_uri(File.cwd!())
534
%{state | root_uri: cwd_uri}
535
@@ -1242,7 +1241,6 @@ defmodule ElixirLS.LanguageServer.Server do
1242
1241
1243
is_nil(prev_project_dir) ->
1244
File.cd!(project_dir)
1245
- Logger.info("cd set_project_dir")
1246
%{state | project_dir: File.cwd!(), mix_project?: File.exists?(MixfileHelpers.mix_exs())}
1247
1248
prev_project_dir != project_dir ->
0 commit comments