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", +]