From 5b3da60cea542aa16c0bf9ea084242df834b2a7a Mon Sep 17 00:00:00 2001 From: Andre Souto Date: Thu, 6 Aug 2020 13:20:54 +0100 Subject: Adds hdl_checker LSP support (#2804) * Added hdl_checker support * Added hdl_checker tests HDL Checker searches for files when no config file is found, which could lead to very long searches when the user is not really on a project setting --- test/command_callback/hdl_server/foo.vhd | 0 test/command_callback/hdl_server/with_config_file/.hdl_checker.config | 0 test/command_callback/hdl_server/with_config_file/_hdl_checker.config | 0 test/command_callback/hdl_server/with_config_file/foo.vhd | 0 test/command_callback/hdl_server/with_git/files/foo.vhd | 1 + 5 files changed, 1 insertion(+) create mode 100644 test/command_callback/hdl_server/foo.vhd create mode 100644 test/command_callback/hdl_server/with_config_file/.hdl_checker.config create mode 100644 test/command_callback/hdl_server/with_config_file/_hdl_checker.config create mode 100644 test/command_callback/hdl_server/with_config_file/foo.vhd create mode 100644 test/command_callback/hdl_server/with_git/files/foo.vhd (limited to 'test/command_callback/hdl_server') diff --git a/test/command_callback/hdl_server/foo.vhd b/test/command_callback/hdl_server/foo.vhd new file mode 100644 index 00000000..e69de29b diff --git a/test/command_callback/hdl_server/with_config_file/.hdl_checker.config b/test/command_callback/hdl_server/with_config_file/.hdl_checker.config new file mode 100644 index 00000000..e69de29b diff --git a/test/command_callback/hdl_server/with_config_file/_hdl_checker.config b/test/command_callback/hdl_server/with_config_file/_hdl_checker.config new file mode 100644 index 00000000..e69de29b diff --git a/test/command_callback/hdl_server/with_config_file/foo.vhd b/test/command_callback/hdl_server/with_config_file/foo.vhd new file mode 100644 index 00000000..e69de29b diff --git a/test/command_callback/hdl_server/with_git/files/foo.vhd b/test/command_callback/hdl_server/with_git/files/foo.vhd new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/test/command_callback/hdl_server/with_git/files/foo.vhd @@ -0,0 +1 @@ + -- cgit v1.2.3