Skip to content

Commit a826705

Browse files
committed
refactor: 改用 VS Code 內建命令開啟專案資料夾
- 移除 code . 指令,改用 VS Code 命令面板 - 使用 File: Open Folder 命令切換專案 - 更符合在 VS Code 內執行 Agent 的實際情境 - 提供中英文命令名稱以適應不同語言設定
1 parent bc6edf5 commit a826705

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@
3434
- 08-comprehensive-project/ (這是 git submodule)
3535
3636
5. 在 VS Code 中開啟克隆下來的專案資料夾:
37-
code .
37+
- 使用命令面板 (Ctrl/Cmd+Shift+P)
38+
- 執行「File: Open Folder」或「檔案: 開啟資料夾」
39+
- 選擇剛剛克隆的 github-copilot-tutorial 資料夾
3840
3941
6. 確認已安裝必要的 VS Code 擴充套件:
4042
- GitHub Copilot

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,9 @@ <h3>🚀 快速開始</h3>
547547
4. 檢查專案結構是否完整(應有 8 個場景資料夾)
548548

549549
5. 在 VS Code 中開啟克隆下來的專案資料夾:
550-
code .
550+
- 使用命令面板 (Ctrl/Cmd+Shift+P)
551+
- 執行「File: Open Folder」或「檔案: 開啟資料夾」
552+
- 選擇剛剛克隆的 github-copilot-tutorial 資料夾
551553

552554
6. 確認已安裝必要的 VS Code 擴充套件,如果未安裝請協助安裝
553555

0 commit comments

Comments
 (0)