pub async fn resolve_completion(
completion: &VariableCompletion,
context: Option<Arc<BTreeMap<String, String>>>,
) -> Result<Vec<String>, String>
Expand description
Fetches suggestions from a variable completion by executing its provider command