Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 백준
- 백트랙킹
- 최단경로
- 이진탐색
- 그리디
- 부스트캠프_AITech3기
- 부스트캠프_AITech_3기
- 글또
- U_stage
- 주간회고
- 다시보기
- dp
- 알고리즘스터디
- 구현
- dfs
- 그래프이론
- Level1
- 이코테
- 알고리즘_스터디
- 개인회고
- 프로그래머스
- ODQA
- Level2
- python3
- mrc
- 파이썬 3
- 기술면접
- Level2_PStage
- 정렬
- 단계별문제풀이
Archives
- Today
- Total
국문과 유목민
[VSCode] could not establish connection to <host name>: the VS Code server failed to strat 본문
IT 견문록/Error Collecting
[VSCode] could not establish connection to <host name>: the VS Code server failed to strat
논곰 2022. 4. 3. 15:04해결방법
VSCode에서 RemoeSSH를 활용해서 원격 서버를 이용하고 있는데 could not establish connection to <host name>: the VS Code server failed to strat 오류가 발생했다. ssh key를 다시 설정해줬는데도 안돼서 찾아봤는데, 내 경우 해결방법은 어렵지 않았다.
- ctrl + shit + p 누르고, Remote-ssh입력한다.
- Remote-SSH: kill VS Code Server on Host... 로 remote vs server를 꺼준다.
- 그리고 다시 Server를 실행하면 실행이 된다.
참고 링크) https://github.com/microsoft/vscode-remote-release/issues/2805
'IT 견문록 > Error Collecting' 카테고리의 다른 글
[VSCode] Pylance report missing module source 해결방법 (0) | 2022.02.25 |
---|