Skip to main content

ApplyToEnv

pub fn ApplyToEnv(Env: &mut HashMap<String, String>)
Expand description

Apply every registered mutation across every extension to the supplied env map. Mutations are deterministic per (extensionId, variable); across extensions the order is iteration-stable but unordered, so avoid relying on cross-extension ordering for the same variable (matches VS Code’s documented behavior).