Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Visual Studio Code リモート開発 スタートガイド

Visual Studio Code リモート開発 スタートガイド

Open Source Conferenceで某弊社ブースで不定期に配布しているスタートガイドです

Ishimoto Tatsuya

May 24, 2023
Tweet

More Decks by Ishimoto Tatsuya

Other Decks in Technology

Transcript

  1. • ユーザー名とメールアドレスを設定 ◦ git config --global user.name "ユーザー名" ◦ git

    config --global user.email メールアドレス Gitコマンドの初期設定 3
  2. ①-1 GitHub上からデフォルト設定で作成 • 「Codeボタン」>「Codespacesタブ」をクリック • 「Create codespace on main」をクリック ①-2

    GitHub上からスペックやブランチを指定して作成 • 「・・・」から「New with options…」クリック ② Visual Studio Codeから作成 • 拡張機能から作成できる(省略) GitHub上でCodespaceを作成 10