-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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
Unclear what append
vs prepend
vs replace
do
#183834
Comments
It's nothing to do with the order of the environment, it's how they are applied to the existing variable's value. I think this is already covered by the jsdocs in the stable API as it's referred to as "an environment variable", not environment. I'm guessing you were only looking at the proposal docs? vscode/src/vscode-dts/vscode.d.ts Lines 11267 to 11298 in 44b766d
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Testing #182970
Unclear what
append
vsprepend
vsreplace
do 🤔Running this command and relaunching the terminal yields this
env
i was expecting to see
PREPENDING
at the beginning of theenv
or at least before the others and the inverse forAPPENDING
The text was updated successfully, but these errors were encountered: