2023-11-30 – 원격컴퓨터에서 개발환경 셋팅하기 (2)

Author

최규빈

Published

November 30, 2023

1. CodeSpace설치

- 아래를 이용하여 codespace 설치

apt-get install curl
curl -Lk 'https://code.visualstudio.com/sha/download?build=stable&os=cli-alpine-x64' --output vscode_cli.tar.gz
tar -xf vscode_cli.tar.gz

- 아래를 이용하여 초기설정 (깃헙아이디로 인증)

./code tunnel 

- 초기설정 이후 아래를 이용하여 백그라운드에서 실행

nohup ./code tunnel > /dev/null 2>&1 &

- 아래의 익스텐션을 설치하면 편리함