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

Expose shell's environment - bash #237602

Draft
wants to merge 60 commits into
base: main
Choose a base branch
from

Conversation

anthonykim1
Copy link
Contributor

Trying to break #228791 down smaller so that it is easier to review.

Part of #227467

anthonykim1 and others added 30 commits September 16, 2024 22:20
anthonykim1 and others added 22 commits January 7, 2025 22:45
@@ -240,6 +251,9 @@ __vsc_command_complete() {
builtin printf '\e]633;D;%s\a' "$__vsc_status"
fi
__vsc_update_cwd

# if [ "$__vsc_stable" = "0" ]; then
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought

if [ "$__vsc_stable" = "0" ]; 

would be truthy if I'm on insiders, but testing on insiders OSS it doesnt seem to run __vsc_update_env function

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants