admin管理员组

文章数量:1122846

So recently i found this issue that when we use up arrow key to load previous cmd in vs code terminal, it loads the previous cmd but not from the project termnil, it loads the last cmd entered in the shell of the machine.

I mean suppose i opened Folder A and opened its terminal in vs code and entered python test.py

now i opened command prompt of windows and entered ls

now i opened my folder A again and opened its terminal in vs code and used arrow key, now shouldn't it load python test.py? But it loads ls cmd that we entered in command prompt earlier.

Is there any setting by which we can configure it?

本文标签: pythoncan39t access previous bash cmd using up arrow key in vs codeStack Overflow