Vscode 프로세스에서 없는 파이프에 쓰려고 했습니다

Jmnote (토론 | 기여)님의 2024년 5월 3일 (금) 10:00 판 (Jmnote님이 프로세스에서 없는 파이프에 쓰려고 했습니다 문서를 Vscode 프로세스에서 없는 파이프에 쓰려고 했습니다 문서로 이동했습니다)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요[ | ]

vscode 프로세스에서 없는 파이프에 쓰려고 했습니다
Console
Copy
...
[09:52:05.016] Install and start server if needed
[09:52:05.045] Opening exec server for ssh-remote+ubuntu1
[09:52:05.057] Running script with connection command: "C:\Windows\System32\OpenSSH\ssh.exe" -T -D 2304 ubuntu1 bash
[09:52:05.061] Terminal shell path: C:\WINDOWS\System32\cmd.exe
[09:52:06.240] > �]0;C:\WINDOWS\System32\cmd.exe�
[09:52:06.240] Got some output, clearing connection timeout
[09:52:27.349] > ssh: connect to host ubuntu1 port 22: Connection timed out
[09:52:28.285] > 프로세스에서 없는 파이프에 쓰려고 했습니다.
[09:52:31.307] "install" terminal command done
[09:52:31.308] Install terminal quit with output: 프로세스에서 없는 파이프에 쓰려고 했습니다.
[09:52:31.309] Received install output: 프로세스에서 없는 파이프에 쓰려고 했습니다.
[09:52:31.309] Failed to parse remote port from server output
[09:52:31.310] Exec server for ssh-remote+ubuntu1 failed: Error
[09:52:31.310] Existing exec server for ssh-remote+ubuntu1 errored (Error)
...

Console
Copy
PS C:\Users\testuser> ssh -v root@ubuntu1
OpenSSH_for_Windows_8.1p1, LibreSSL 3.0.2
debug1: Reading configuration data C:\\Users\\testuser/.ssh/config
debug1: C:\\Users\\testuser/.ssh/config line 10: Applying options for ubuntu1
debug1: Connecting to ubuntu1 [172.20.30.40] port 22.
debug1: connect to address 172.20.30.40 port 22: Connection timed out
ssh: connect to host ubuntu1 port 22: Connection timed out

2 같이 보기[ | ]

편집자 J Jmnote
  • 비주얼스튜디오 코드
    Sublime Text를 벤치마킹한 툴로 보이는데 청출어람 하고 있다라 판단됨. MS사의 도구들이 통상 무거웠던 것을 생각하면 VSC는 이상하다라 느껴질 정도로 가벼움. C언어 쪽은 상대적으로 약하지만 웹언어에서는 큰 무리 없이 사용이 가능한 것 같음. Git 도 함께 지원하고 있어 편 John Jeong