diff --git a/src/sources.rs b/src/sources.rs index 8784fee..52cfcfd 100644 --- a/src/sources.rs +++ b/src/sources.rs @@ -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 : {:?}", e);