본문 바로가기

Tool/VS Code

[VS code] Cannot activate the 'isort' extension because it depends on the 'Python' extension, which is not loaded. Would you like to reload the window to load the extension?

반응형

배경

ubuntu 에 서버가 있고  ssh 접속으로 코드를 작성하고 있다.

그런데 가끔씩 에러가 나는것이다. 원인은 모르겠다. isort가 뭔가 안맞나 ㅠㅠ

나의 해결 방법을 적는다.

Cannot activate the 'isort' extension because it depends on the 'Python' extension, which is not loaded. Would you like to reload the window to load the extension?

해결방안

1. isort uninstall

2. vscode 껏다가 다시 키기

3. python 설치

4. isort 설치

 

안될 경우 isort를 설치하기 전에 vscode를 한번 더 껏다가 다시 키자

 

반응형