リモートで働くプログラマーの検索結果

リモ太がググったことの覚書

Visual Studio Codeをインストールする

code.visualstudio.com

公式からDLしてzipを展開してVisual Stuido Code.appをアプリケーションフォルダに移動

terminalで codeコマンドでVSCodeを起動するために以下の設定を行う

  • VSCodeを起動
  • Command Palette (⇧⌘P)を開いて 'shell command' を入力
  • "Shell Command: Install 'code' command in PATH command."を実行
  • ターミナルを再起動