Spaces:
Sleeping
Sleeping
pannman
commited on
Commit
·
1b5e19e
1
Parent(s):
55e393f
update readme
Browse files
README.md
CHANGED
@@ -220,7 +220,7 @@ vscode上でdocker環境で作業する方法に[Dev container]という拡張
|
|
220 |
2. 左サイドバーの拡張機能アイコン(🧩)をクリック(または `Ctrl+Shift+X` / `Cmd+Shift+X`)
|
221 |
3. 検索バーに "Remote Development" と入力
|
222 |
4. 表示された拡張機能をインストール
|
223 |
-
|
224 |
</details>
|
225 |
|
226 |
#### 2️⃣ プロジェクトを開く
|
@@ -240,7 +240,7 @@ vscode上でdocker環境で作業する方法に[Dev container]という拡張
|
|
240 |
1. コマンドパレットを開く(`Ctrl+Shift+P` または `Cmd+Shift+P`)
|
241 |
2. "Dev containers:Add Dev Containers Configuration Files..." と入力し選択
|
242 |
3. プロジェクトに適したテンプレートを選択(例:Python, Node.js など)
|
243 |
-
![
|
244 |
</details>
|
245 |
|
246 |
#### 4️⃣ Dev Container内でプロジェクトを再オープン
|
@@ -251,7 +251,7 @@ vscode上でdocker環境で作業する方法に[Dev container]という拡張
|
|
251 |
1. コマンドパレットを再度開く
|
252 |
2. "Dev-Containers: Reopen in Container" を選択
|
253 |
3. VSCodeがコンテナをビルドし、プロジェクトを開くのを待つ
|
254 |
-
|
255 |
</details>
|
256 |
|
257 |
#### 5️⃣ 開発開始
|
|
|
220 |
2. 左サイドバーの拡張機能アイコン(🧩)をクリック(または `Ctrl+Shift+X` / `Cmd+Shift+X`)
|
221 |
3. 検索バーに "Remote Development" と入力
|
222 |
4. 表示された拡張機能をインストール
|
223 |
+

|
224 |
</details>
|
225 |
|
226 |
#### 2️⃣ プロジェクトを開く
|
|
|
240 |
1. コマンドパレットを開く(`Ctrl+Shift+P` または `Cmd+Shift+P`)
|
241 |
2. "Dev containers:Add Dev Containers Configuration Files..." と入力し選択
|
242 |
3. プロジェクトに適したテンプレートを選択(例:Python, Node.js など)
|
243 |
+

|
244 |
</details>
|
245 |
|
246 |
#### 4️⃣ Dev Container内でプロジェクトを再オープン
|
|
|
251 |
1. コマンドパレットを再度開く
|
252 |
2. "Dev-Containers: Reopen in Container" を選択
|
253 |
3. VSCodeがコンテナをビルドし、プロジェクトを開くのを待つ
|
254 |
+

|
255 |
</details>
|
256 |
|
257 |
#### 5️⃣ 開発開始
|