diff --git a/vhdl_ls.toml b/vhdl_ls.toml index dddd048..f6e4776 100644 --- a/vhdl_ls.toml +++ b/vhdl_ls.toml @@ -11,6 +11,10 @@ library_dirs = [ [libraries] # Assign separate libraries for each project +lab0_lib.files = [ + "C:/DESD/LAB0/src/**/*.vhd" +] + lab1_lib.files = [ "C:/DESD/LAB1/src/**/*.vhd" ]