vscode remote-containers error

vscode에서 remote로 docker에 접속할때 docker extention으로 접속할때.

attache visual studio code를 클릭하면

Error running command remote-containers.attachToRunningContainerFromViewlet: The operation was aborted. This is likely caused by the extension that contributes remote-containers.attachToRunningContainerFromViewlet.

위와같은 에러가 발생한다.

혹은 remote explorer의 Dev Containers에서 도커를 잡으려고 아무리 새로고침을 해봐도

Error running command remote-containers.explorerTargetsRefresh: The operation was aborted. This is likely caused by the extension that contributes remote-containers.explorerTargetsRefresh.

위와 같은 에러가 발생한다.

vscode의 extension중 Dev Containers의 특정버전에서 일어나는 버그이고.

이를 해결하기 위해서는

  1. 이전의 버전을 선택하여 새롭게 설치 해 주거나
  2. F1 -> Remote-SSH: Settings -> Remote.SSH: Use Exec Server를 검색해서 체크박스에 체크를 해주면 된다.

Leave a Comment

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다