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 0550cd6 commit 6c5c8f2Copy full SHA for 6c5c8f2
src/index.js
@@ -29,7 +29,7 @@ export function activate(context: ExtensionContext) {
29
documentSelector: [{ language: 'elixir', scheme: 'file' }, { language: 'elixir', scheme: 'untitled' }],
30
synchronize: {
31
configurationSection: 'elixirLS',
32
- fileEvents: [workspace.createFileSystemWatcher('**/*.{ex,exs,erl,yrl,xrl,eex,leex}')],
+ fileEvents: [workspace.createFileSystemWatcher('**/*.{ex,exs,erl,yrl,xrl,eex,leex,heex}')],
33
},
34
};
35
0 commit comments