From dd6ac3c5dd2efeb16a55f90d123637a51acffbc4 Mon Sep 17 00:00:00 2001 From: Lukasz Samson Date: Sat, 27 Feb 2021 08:34:14 +0100 Subject: [PATCH] add hrl to watched files --- src/extension.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extension.ts b/src/extension.ts index d2cd2c1..81ba83a 100644 --- a/src/extension.ts +++ b/src/extension.ts @@ -260,7 +260,7 @@ export function activate(context: ExtensionContext): void { configurationSection: "elixirLS", // Notify the server about file changes to Elixir files contained in the workspace fileEvents: [ - workspace.createFileSystemWatcher("**/*.{ex,exs,erl,yrl,xrl,eex,leex}"), + workspace.createFileSystemWatcher("**/*.{ex,exs,erl,hrl,yrl,xrl,eex,leex}"), ], }, };