Skip to main content

Module notification

Module notification 

Source
Expand description

This module is responsible for implementing handlers for Language Server Protocol. This module specifically handles notifications.

Functionsยง

handle_abort_run_test ๐Ÿ”’
handle_cancel ๐Ÿ”’
handle_cancel_flycheck ๐Ÿ”’
handle_clear_flycheck ๐Ÿ”’
handle_did_change_configuration ๐Ÿ”’
handle_did_change_text_document ๐Ÿ”’
handle_did_change_watched_files ๐Ÿ”’
handle_did_change_workspace_folders ๐Ÿ”’
handle_did_close_text_document ๐Ÿ”’
handle_did_open_text_document ๐Ÿ”’
handle_did_save_text_document ๐Ÿ”’
handle_run_flycheck ๐Ÿ”’
handle_work_done_progress_cancel ๐Ÿ”’
run_flycheck ๐Ÿ”’