(Visual Studio Code - server)

Official Link : https://github.com/coder/code-server

1. 설치

$ curl -fsSL <https://code-server.dev/install.sh> | sh

2. 실행방법

$ code-server

3. 설정변경

$ vi .config/code-server/config.yaml
bind-addr: 0.0.0.0:8505
auth: password
password: ${NewPassword}
cert: false

# 백그라운드에 항상 켜져있어야 하므로 서비스 등록을 하거나,

# tmux 로 세션 열고 유지시켜야 합니다.~