-
-
Notifications
You must be signed in to change notification settings - Fork 801
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
The shell integration is slow in WSL #3562
Comments
If you use |
I didn't have an SSH server setup in WSL and I don't have the time right now to figure out how to set it up, sorry. Since I mostly wanted new tabs to open in the same directory as the focused tab I got around this by creating a bash function that prints the escape sequence whenever I function cd() {
builtin cd "$@"
printf "\033]7;file://%s%s\033\\" "${HOSTNAME}" "${PWD}"
} This works okay for me for now (no delay), with the drawback that you have to |
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
What Operating System(s) are you seeing this problem on?
Windows
Which Wayland compositor or X11 Window manager(s) are you using?
No response
WezTerm version
20230408-112425-69ae8472
Did you try the latest nightly build to see if the issue is better (or worse!) than your current version?
No, and I'll explain why below
Describe the bug
Sourcing the shell integration in WSL on windows causes noticeable slow-downs when redrawing
PS1
.I didn't test the latest nightly since no change since the latest release seemed related to the shell integration. Seems related to #3402.
To Reproduce
wezterm.sh
).There's a noticeable delay when redrawing the prompt.
Configuration
no config
Expected Behavior
The prompt shouldn't be noticeably slower.
Logs
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: