We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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; }
The text was updated successfully, but these errors were encountered:
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!).
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: