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 3916539 commit aaba5fbCopy full SHA for aaba5fb
apps/language_server/lib/language_server/server.ex
@@ -243,6 +243,9 @@ defmodule ElixirLS.LanguageServer.Server do
243
_ -> handle_build_result(:error, [Diagnostics.exception_to_diagnostic(reason)], state)
244
end
245
246
+ # in case the build was interrupted make sure that cwd is reset to project dir
247
+ File.cd!(state.project_dir)
248
+
249
if reason == :normal do
250
WorkspaceSymbols.notify_build_complete()
251
0 commit comments