frontier-consultancy-public

VS Code as a file viewer (optional)

You do not need VS Code for this exercise. Copilot CLI does everything on its own.

But if you like seeing the files Copilot is creating — in a tree view, syntax-highlighted, with proper markdown preview — open VS Code alongside your terminal. Nothing else changes.


Two-minute setup

  1. Install VS Code from code.visualstudio.com if you do not have it.
  2. After Copilot CLI has created the exercise folder for you (happens in step 5 of SETUP-tier1.md), open that folder in VS Code: right-click the folder in File Explorer → Open with Code, or from inside VS Code, File → Open Folder.
  3. If you want to run Copilot CLI inside VS Code instead of a separate terminal window, open VS Code’s integrated terminal: View → Terminal (or **Ctrl+**). Run copilot –allow-all` in it. Same CLI, same experience, just no window switching.

That is it. Continue with SETUP-tier1.md.


What about GitHub Copilot in VS Code Chat?

Copilot Chat (the panel in VS Code) is a different runtime from Copilot CLI. It has its own MCP configuration (.vscode/mcp.json) and its own behaviour. For this exercise we stick with Copilot CLI everywhere, because:

Play with Copilot Chat another time. Today we train the CLI muscle.