fix: Fix receiver adjustments for extract_variable assist

This commit is contained in:
Lukas Wirth 2023-04-11 14:01:23 +02:00
parent fa3db447d7
commit 72d47144e8
2 changed files with 32 additions and 27 deletions

View file

@ -415,7 +415,6 @@ impl WorkspaceBuildScripts {
let dir_entry = entry.ok()?;
if dir_entry.file_type().ok()?.is_file() {
let path = dir_entry.path();
tracing::info!("p{:?}", path);
let extension = path.extension()?;
if extension == std::env::consts::DLL_EXTENSION {
let name = path.file_stem()?.to_str()?.split_once('-')?.0.to_owned();