fix vhdl std path
This commit is contained in:
parent
2fcfed4674
commit
01b59428c2
@ -858,7 +858,7 @@ pub fn vhdl_parser_pipeline(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
None => {
|
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,
|
Ok(path) => path,
|
||||||
Err(e) => {
|
Err(e) => {
|
||||||
info!("error happen in <vhdl_parse_pipeline>: {:?}", e);
|
info!("error happen in <vhdl_parse_pipeline>: {:?}", e);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user