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
I cannot access cmd (windows prompt) history when I enter an environment shell using hatch shell .
I was expecting to push arrow up to get the last inserted command, but nothing happens. Pressing & holding F7 does not show the list of last commands.
History is working normally, if I activate the shell manually with path\to\env\Scripts\Activate.
3.12.7 (tags/v3.12.7:0b05ead, Oct 1 2024, 03:06:41) [MSC v.1941 64 bit (AMD64)]
mode = "local" project = "" shell = "" [dirs] project = [] python = "isolated" data = "C:\\Users\\bulghao\\AppData\\Local\\hatch" cache = "C:\\Users\\bulghao\\AppData\\Local\\hatch\\Cache" [dirs.env] [projects] [template] name = "***********" email = "*******" [template.licenses] headers = true default = [ "MIT", ] [template.plugins.default] tests = true ci = false src-layout = true [terminal.styles] info = "bold" success = "bold cyan" error = "bold red" warning = "bold yellow" waiting = "bold magenta" debug = "bold" spinner = "simpleDotsScrolling"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current behavior
I cannot access cmd (windows prompt) history when I enter an environment shell using hatch shell .
Expected behavior
I was expecting to push arrow up to get the last inserted command, but nothing happens. Pressing & holding F7 does not show the list of last commands.
Additional context
History is working normally, if I activate the shell manually with path\to\env\Scripts\Activate.
Debug
Installation
Configuration
The text was updated successfully, but these errors were encountered: