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 e7f8d6c commit 55d9081Copy full SHA for 55d9081
apps/language_server/lib/language_server/server.ex
@@ -266,7 +266,7 @@ defmodule ElixirLS.LanguageServer.Server do
266
Process.send_after(self(), :default_config, 5000)
267
268
if state.supports_dynamic do
269
- watchers = for ext <- @watched_extensions, do: %{"globPattern" => "**/*." <> ext}
+ watchers = for ext <- @watched_extensions, do: %{"globPattern" => "**/*" <> ext}
270
271
register_capability_result =
272
JsonRpc.register_capability_request("workspace/didChangeWatchedFiles", %{
0 commit comments