fix vhdl std path

This commit is contained in:
light-ly 2024-12-01 22:24:49 +08:00
parent 2fcfed4674
commit 01b59428c2

View File

@ -858,7 +858,7 @@ pub fn vhdl_parser_pipeline(
}
}
None => {
let std_cfg_path = match PathBuf::from_str(&(extension_path + "/resources/dide-lsp/static/vhdl_libraries/vhdl_ls.toml")) {
let std_cfg_path = match PathBuf::from_str(&(extension_path + "/resources/dide-lsp/static/vhdl_std_lib/vhdl_ls.toml")) {
Ok(path) => path,
Err(e) => {
info!("error happen in <vhdl_parse_pipeline>: {:?}", e);