From 67fb96915176d822b330bb340d187229d2535e48 Mon Sep 17 00:00:00 2001 From: Filipriec Date: Mon, 20 Apr 2026 13:48:57 +0200 Subject: [PATCH] vhdl lsp --- 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..c015f2b --- /dev/null +++ b/vhdl_ls.toml @@ -0,0 +1,7 @@ +[libraries] +ieee.files = [ +] + +work.files = [ + "project_*/**/*.vhd", +]