OneDev
[VS Code] Couldn't find a debug adapter descriptor for debug type 'python'(extension might have failed ti activate) 해결 본문
Exceptions\Errors
[VS Code] Couldn't find a debug adapter descriptor for debug type 'python'(extension might have failed ti activate) 해결
one_dev 2023. 8. 3. 17:31◎ 오류
Visual Studio Code 에서 파이썬 파일을 실행하려고 하자 오류가 났다
launch.json 파일을 열어서 봐도 문제점을 찾지 못했다
찾아보니 최신 버전 VsCode Python Extension 문제로 Python 3.6 버전을 사용할 주로 발생한단다
◎ 해결
Extension -> Reload required 버튼을 클릭하니 다시 정상적으로 작동하였다
'Exceptions\Errors' 카테고리의 다른 글
Comments