更新了VSCODE后,调试会调试两次

PS C:\VScode -c\test4> cd "c:\VScode -c\test3\" ; if ($?) { g++ 'test3.cpp' -o 'test3.exe' -Wall -g -O2 -static-libgcc -std=c++17 -fexec-charset=GBK } ; if ($?) { &'.\test3' }
请输入3个整数:123
123
123
123<=123<=123
PS C:\VScode -c\test3> cd "c:\VScode -c\test3\" ; if ($?) { g++ 'test3.cpp' -o 'test3.exe' -Wall -g -O2 -static-libgcc -std=c++17 -fexec-charset=GBK } ; if ($?) { &'.\test3' }
请输入3个整数:

//第二次是我第一次回车后继续弹出来的,怎么弄??各位大牛解释一下

https://blog.csdn.net/c_duoduo/article/details/51615381/