humy2833 / FTP-Simple

visual studio code extension
107 stars 39 forks source link

vs code 업데이트 이후 ftp 연결 오류 #329

Open Hawonee opened 3 weeks ago

Hawonee commented 3 weeks ago

ftp-simple.json 파일에 세팅한 서버는 다 날아가고 알 수 없는 문자 나열됨 image

다시 서버 세팅하고 저장하려면 아래와 같은 문구 나타나고 저장은 안 됨 ㅠ image

ftp simple 삭제했다가 다시 설치해도 똑같은 오류 반복에 ftp 세팅창 켜려면 입력해 둔 서버 정보 날아가고 다시 이상한 문자 나열되는데 해결하는 방법 없을까요

Hawonee commented 3 weeks ago

저 알 수 없는 문자 나열 파일은 -temp 파일이엇는데 ㅠ ftp-simple.json과 ftp-simple-temp.json이 폴더 내에 생겨서 1번 파일만 수정햇더니 temp 파일은 사라졌습니다 대신에 ftp config 다시 하려니 image 계속 이 알림만 뜨고 json 파일이 안 켜지네요

Vojjtososs commented 3 weeks ago

@Hawonee same here, i dont know what to do with it. I very much think its bcs of the last updat . Mybe @humy2833 can help us?

sonik007 commented 3 weeks ago

여기 링크 https://github.com/humy2833/FTP-Simple/issues/324#issuecomment-2337353138 핫픽스 있어요;;

  1. 위 링크에 가면 ftp-simple-1.0.2-hotfix.vsix를 다운
  2. 왼쪽 확장 버튼 누르면 확장검색 위쪽에 [점3개] -> vsix 설치
  3. 설치하고
  4. 기존 ftp-simple 비활성화(사용안함)
  5. [기존] %appdata%\Code\User\globalStorage\humy2833.ftp-simple <- 여기 폴더명 변경
  6. [새로운] %appdata%\Code\User\globalStorage\yunusga.ftp-simple <- 여기에 기존 폴더에 있던 remote-workspace-temp 폴더만 복붙
  7. vs에서 [f1] -> ftp-config 새로 다시 입력 주면 되요;;
unfoundism commented 1 week ago

여기 링크 #324 (comment) 핫픽스 있어요;;

  1. 위 링크에 가면 ftp-simple-1.0.2-hotfix.vsix를 다운
  2. 왼쪽 확장 버튼 누르면 확장검색 위쪽에 [점3개] -> vsix 설치
  3. 설치하고
  4. 기존 ftp-simple 비활성화(사용안함)
  5. [기존] %appdata%\Code\User\globalStorage\humy2833.ftp-simple <- 여기 폴더명 변경
  6. [새로운] %appdata%\Code\User\globalStorage\yunusga.ftp-simple <- 여기에 기존 폴더에 있던 remote-workspace-temp 폴더만 복붙
  7. vs에서 [f1] -> ftp-config 새로 다시 입력 주면 되요;;

오오 감사합니다. 위 방법으로 vscode 1.93에서 해결되었습니다. 👍👍