diff options
author | w0rp <w0rp@users.noreply.github.com> | 2018-10-31 16:24:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-31 16:24:11 +0000 |
commit | 5f206d900e3ae09cafc36f8038000fb13dbe3bab (patch) | |
tree | 97a2f2a8a3a20f7d9c0ea6aaa7c295fdcf1cd9f3 /test/lsp/test_other_initialize_message_handling.vader | |
parent | 6212c22b5a6312db7e06f802197a7cb021b7e588 (diff) | |
parent | 2ac9e2a29e3c570e8aac5d8f5404921e8d816006 (diff) | |
download | ale-5f206d900e3ae09cafc36f8038000fb13dbe3bab.zip |
Merge pull request #2035 from jparise/lsp_config_callback
Add a `lsp_config_callback` linter option
Diffstat (limited to 'test/lsp/test_other_initialize_message_handling.vader')
-rw-r--r-- | test/lsp/test_other_initialize_message_handling.vader | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lsp/test_other_initialize_message_handling.vader b/test/lsp/test_other_initialize_message_handling.vader index 072f8c4b..2f59535d 100644 --- a/test/lsp/test_other_initialize_message_handling.vader +++ b/test/lsp/test_other_initialize_message_handling.vader @@ -7,6 +7,7 @@ Before: \ 'initialized': 0, \ 'init_request_id': 0, \ 'init_options': {}, + \ 'config': {}, \ 'callback_list': [], \ 'message_queue': [], \ 'capabilities_queue': [], |