From 8d6a88ec3e0943b39bce6765d075662b94ae0d9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20D=C3=B6rfelt?= Date: Wed, 13 Jan 2021 19:26:45 +0100 Subject: [PATCH] added config file for the vhdl language server --- vhdl_ls.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 vhdl_ls.toml diff --git a/vhdl_ls.toml b/vhdl_ls.toml new file mode 100644 index 0000000..448cdc3 --- /dev/null +++ b/vhdl_ls.toml @@ -0,0 +1,7 @@ +[libraries] +work.files = [ + "submodules/icestick-uart/hdl/*.vhd", + "hdl/ir_encoder/*.vhd", + "hdl/ir_sampler/*.vhd", + "hdl/*.vhd" +] \ No newline at end of file