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
操作系统:Ubuntu Server 20.04 LTS 64bit
VS Code终端命令执行后老是出现 __vsc_prompt_cmd_original: command not found :
__vsc_prompt_cmd_original: command not found
解决方案:
1、vim ~/.bashrc 2、在~/.bashrc里面加入命令:unset PROMPT_COMMAND 3、source ~/.bashrc
vim ~/.bashrc
unset PROMPT_COMMAND
source ~/.bashrc
The text was updated successfully, but these errors were encountered:
No branches or pull requests
操作系统:Ubuntu Server 20.04 LTS 64bit
VS Code终端命令执行后老是出现
__vsc_prompt_cmd_original: command not found
:解决方案:
1、
vim ~/.bashrc
2、在~/.bashrc里面加入命令:
unset PROMPT_COMMAND
3、
source ~/.bashrc
The text was updated successfully, but these errors were encountered: