Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test: EnvironmentVariableCollection options #191528

Closed
3 tasks done
Tyriar opened this issue Aug 28, 2023 · 1 comment
Closed
3 tasks done

Test: EnvironmentVariableCollection options #191528

Tyriar opened this issue Aug 28, 2023 · 1 comment

Comments

@Tyriar
Copy link
Member

Tyriar commented Aug 28, 2023

Refs: #179476

Complexity: 3

Create Issue


To test, create a basic extension that uses the follow APIs and make sure they work without proposed API access:

	export interface EnvironmentVariableMutatorOptions {
		applyAtProcessCreation?: boolean;
		applyAtShellIntegration?: boolean;
	}
	export interface EnvironmentVariableCollection extends Iterable<[variable: string, mutator: EnvironmentVariableMutator]> {
		replace(variable: string, value: string, options?: EnvironmentVariableMutatorOptions): void;
		append(variable: string, value: string, options?: EnvironmentVariableMutatorOptions): void;
		prepend(variable: string, value: string, options?: EnvironmentVariableMutatorOptions): void;
	}
@bamurtaugh
Copy link
Member

Sorry, I broke the TPI temporarily by adding a 🏃 to indicate I was working on it. Removed the runner (though I'm still working on this TPI!).

@bamurtaugh bamurtaugh removed their assignment Aug 29, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Oct 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants