diff options
author | Andre Souto <suoto@users.noreply.github.com> | 2020-08-06 13:20:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-06 13:20:54 +0100 |
commit | 5b3da60cea542aa16c0bf9ea084242df834b2a7a (patch) | |
tree | afdc70356691024f71d940d8a2310a4abd547820 /test/command_callback/hdl_server/with_git/files | |
parent | 711c90c523bedcd644386e253d0840e0a9fc684e (diff) | |
download | ale-5b3da60cea542aa16c0bf9ea084242df834b2a7a.zip |
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
Diffstat (limited to 'test/command_callback/hdl_server/with_git/files')
-rw-r--r-- | test/command_callback/hdl_server/with_git/files/foo.vhd | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ + |