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

avoid having to reopen terminal if the zig version has changed #250

Open
Techatrix opened this issue Dec 9, 2024 · 0 comments
Open

avoid having to reopen terminal if the zig version has changed #250

Techatrix opened this issue Dec 9, 2024 · 0 comments

Comments

@Techatrix
Copy link
Collaborator

Since #186, we use the GlobalEnvironmentVariableCollection to add Zig to PATH so that it is available in the integrated terminal. One limitation is that the terminal will need to be relaunched if the Zig version is being changed after the terminal has been used. To overcome this limitation, it should be possible to create a symlink to the zig executable that is added to the PATH. If a different zig executable should be used, we update the symlink instead of the PATH.

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

No branches or pull requests

1 participant