-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
OSC 9;9 path seems to be invalid #8930
Comments
I wonder if the double-quotes wrapping the string are confusing it. /cc @skyline75489 |
Removing the double quotes does seem to fix the issue however the implementation that I saw in oh-my-posh as well as the ConEmu docs both seemed to imply that the double quotes are intended. |
Thanks for trying out the feature! I didn’t know there’s OSC;9;9 implementation in oh-my-posh until now. I was baking my own implementation so obviously it is not tested that much. Will take a look today. |
🎉This issue was addressed in #8934, which has now been successfully released as Handy links: |
Environment
Steps to reproduce
I was trying out the new out the new OSC 9;9 reporting in the 1.6 release of the terminal and it seems that when I try to duplicate a pane after setting the path using OSC 9;9 the terminal can never find the location of the path set and shows the
error 0x8007010b
error.In my case I have altered my terminal launch profile for powershell to include the
-noprofile
parameter for easier testing.Expected behavior
C:\Program Files
Actual behavior
It is important to note that performing the exact same set of commands in ConEmu will correctly open the new pane in Program Files as expected.
Other Notes
Powershell Launch Profile:
Duplicate pane key bind:
The text was updated successfully, but these errors were encountered: