반응형

Development/VScode 5

[VScode] Remote SSH 오류

현상 이유는 아직 잘 모르겠지만, vscode의 extension인 Remote ssh 접속이 이전까지 잘 되다가 갑자기 안되는 경우가 있다. 나의 경우 아래의 방법으로 문제를 해결하였다. 나의 해결 방법 # 자신의 COMMIT_ID 알아내기 $ ls ~/.vscode-server/bin 553cfb2c2205db5f15f3ee8395bbd5cf066d357d # COMMIT_ID를 자신에 맞게 수정 $ cd ~/.vscode-server/bin/$COMMIT_ID $ sudo rm -r * $ wget https://update.code.visualstudio.com/commit:$COMMIT_ID/server-linux-x64/stable # ex $ cd ~/.vscode-server/bin/553..

Development/VScode 2022.10.11

[VScode] VScode로 windows 환경에서 Docker 접속하기 위한 환경 설정

0. VScode 설치 https://code.visualstudio.com/download Download Visual Studio Code - Mac, Linux, Windows Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. Download Visual Studio Code to experience a redefined code editor, optimized for building and debugging modern web and cloud applications. code.visualstudio.com 1. VScode Extensions에 Docker install 2...

Development/VScode 2022.09.01

[VScode] Visual Studio code 기본 사용법

수업 대상 강의를 할 때 메모장으로 실습을 합니다. 파일이 커지고 많아질수록 불편함이 고조됩니다. 불편함이 극에 달했을 때 스윽 코드 편집기를 선물로 알려주면 그렇게 행복해 할 수가 없습니다. 반면에 처음부터 코드 편집기로 실습을 하면 그냥 배울 것이 많은 어려운 도구일 뿐입니다. 아~ 행복의 배후에는 불행이 있구나. 이런 생각이 들곤합니다. 제가 요즘 주로 학생들에게 선물하는 에디터에 대한 수업을 만들어봤습니다. Microsoft Visual Studio Code 입니다. 이 수업은 아래의 내용을 다루고 있습니다. 00:00 수업소개 00:22 설치 00:42 언어설정 00:59 단독 파일 편집 02:40 언어지원 04:49 편집 07:58 프로젝트 폴더 관리 09:09 화면분활 10:03 파일찾기 1..

Development/VScode 2021.08.25

[VScode] git 설치 및 VScode로 연동하기

git 설치 및 VScode로 연동하기 이번에는 git을 설치하고, visual studio code과 연결하는 방법을 알아보겠습니다. 0. 준비 1) GitHub 아이디 만들기 https://github.com/ GitHub - 세계가 소프트웨어를 빌드하는 곳 GitHub is where over 65 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and feat... github.com 2) visual studio code 설치 https://code.v..

Development/VScode 2021.05.28

[VScode] VScode로 SSH를 통해 원격서버 접속하기

VScode로 SSH를 통해 원격서버 접속하기 이번에는 visual studio code로 SSH를 통해 원격서버에 접속하여 remote 방법을 알아보겠습니다. 0. VScode 설치 https://code.visualstudio.com/download Download Visual Studio Code - Mac, Linux, Windows Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. Download Visual Studio Code to experience a redefined code editor, optimized for building and debugging modern..

Development/VScode 2021.04.30
반응형