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 d87ca6b commit 674a67aCopy full SHA for 674a67a
apps/language_server/lib/language_server/providers/execute_command/apply_spec.ex
@@ -97,7 +97,7 @@ defmodule ElixirLS.LanguageServer.Providers.ExecuteCommand.ApplySpec do
97
98
other ->
99
{:error, :request_failed,
100
- "cannot insert spec, workspace/applyEdit returned #{inspect(other)}", true}
+ "cannot insert spec, workspace/applyEdit returned #{inspect(other)}", false}
101
end
102
else
103
{:error, :content_modified,
0 commit comments