
답변1
드디어 해결했습니다(그럴 것 같아요). settings.json에서 다음을 교체해야 했습니다.
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe"
이것으로:
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe"
Powershell이 왜 이 문제를 일으키는지 모르겠습니다(버그?)