DB,서버,OS 등
[tools] VS Code. Visual Studio Code 설치. FTP 설정
bryan.oh
2020. 11. 2. 23:49
반응형
VS CODE
Visual Studio Code
아래 사이트 접속해서 다운로드. 설치 하면 됩니다.
Visual Studio Code - Code Editing. Redefined
Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.
code.visualstudio.com
설치 후 실행 화면
확장에서 ftp-simple 을 검색하고 install 합니다.
F1 을 누르고 ftp-simple 을 입력하면 목록이 검색되는데
Config - FTP connection setting 을 선택합니다.
연결하려는 서버의 FTP 정보를 입력하고 저장합니다.
다시 F1 을 누르고 Remote directory open to workspace 를 선택합니다.
그럼 위에서 설정한 name 이 상단 목록에 나오는데 그걸 선택합니다.
그럼 우측 하단에 Remote info downloading 이라는 메시지가 나오면서 서버에서 다운로드 됩니다.
다운로드가 완료되면 좌측 Explorer 에 리스트가 나옵니다.
이제 즐거운(?) 코딩 타임~
728x90
반응형