ui: load builtins (#1679)
This commit is contained in:
@@ -16,7 +16,10 @@ pub struct ExtensionEntry {
|
||||
}
|
||||
|
||||
pub fn name_to_key(name: &str) -> String {
|
||||
name.to_string()
|
||||
name.chars()
|
||||
.filter(|c| !c.is_whitespace())
|
||||
.collect::<String>()
|
||||
.to_lowercase()
|
||||
}
|
||||
|
||||
/// Extension configuration management
|
||||
|
||||
Reference in New Issue
Block a user