We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When opening a shell using the context-menu command of "open here", the session should open with its current directory being the folder where I clicked that command. However, it opens at the System32 folder. https://github.com/user-attachments/assets/91f4066f-d0c7-4c73-9206-95527f18af04
When using the same shell, but using the "powershell" command at the navigation bar, it works fine. https://github.com/user-attachments/assets/0349f80d-6b88-4009-af6f-f37dc3e9f6df
To Reproduce Steps to reproduce the behavior:
is init powershell | Add-Content $profile
Expected behavior The Powershell session opens with its current directory being the folder where the command was launched from.
Environment
is --version
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When opening a shell using the context-menu command of "open here", the session should open with its current directory being the folder where I clicked that command. However, it opens at the System32 folder.
https://github.com/user-attachments/assets/91f4066f-d0c7-4c73-9206-95527f18af04
When using the same shell, but using the "powershell" command at the navigation bar, it works fine.
https://github.com/user-attachments/assets/0349f80d-6b88-4009-af6f-f37dc3e9f6df
To Reproduce
Steps to reproduce the behavior:
is init powershell | Add-Content $profile
Expected behavior
The Powershell session opens with its current directory being the folder where the command was launched from.
Environment
is --version
: 0.0.1-rc.19The text was updated successfully, but these errors were encountered: