Skip to content

Commit

Permalink
Add watcher for .standard_todo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwilken committed Nov 15, 2023
1 parent 841e780 commit d963dfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ function buildLanguageClientOptions (): LanguageClientOptions {
synchronize: {
fileEvents: [
workspace.createFileSystemWatcher('**/.standard.yml'),
workspace.createFileSystemWatcher('**/.standard_todo.yml'),
workspace.createFileSystemWatcher('**/Gemfile.lock')
]
},
Expand Down

0 comments on commit d963dfd

Please sign in to comment.