콘텐츠로 건너뛰기

visual studio code

MacBook onboarding for development

MacBook 을 구입하고, 계속 작업을 할 수 있게 환경을 구성하면서, 진행한 내용을 기록합니다. 혹시나 비슷하게 구성하시는 분이 참조하실 수 있기 바랍니다. For General use Homebrew Macos 패키지 관리자 Homebrew 를 설치합니다. v3.0.0 이후부터 애플실리콘(M1)을 지원합니다. Git MacOS 에 설치되어 있는 git 은 보통 최신 빌드가… 더 보기 »MacBook onboarding for development

Start Visual Studio Code on Terminal on MacOS

구성 명령 팔레트를 열고 (Command ⌘ + Shift ⇧ + p), Shell Command: Install ‘code’ command in PATH를 선택합니다. 이제 터미널 앱에서 Visual Studio Code를 실행할 수 있습니다. $ cd path-to-workspace $ code . 참조: Launching from the command line: Visual Studio Code on macOS