environmentVariableCollection property

GlobalEnvironmentVariableCollection environmentVariableCollection

Gets the extension's global environment variable collection for this workspace, enabling changes to be applied to terminal environment variables.

Implementation

_i3.GlobalEnvironmentVariableCollection get environmentVariableCollection =>
    _i5.getProperty(
      this,
      'environmentVariableCollection',
    );