Skip to content

Commit 1d1d9df

Browse files
authored
add hrl to watched files (#177)
1 parent 155db28 commit 1d1d9df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ export function activate(context: ExtensionContext): void {
268268
configurationSection: "elixirLS",
269269
// Notify the server about file changes to Elixir files contained in the workspace
270270
fileEvents: [
271-
workspace.createFileSystemWatcher("**/*.{ex,exs,erl,yrl,xrl,eex,leex}"),
271+
workspace.createFileSystemWatcher("**/*.{ex,exs,erl,hrl,yrl,xrl,eex,leex}"),
272272
],
273273
},
274274
};

0 commit comments

Comments
 (0)