AI ASSIST SETUP

Set up your development environment

This one-page guide walks you through installing VS Code, Node.js, Python, the AI Assist extension, configuring your LLM provider, and setting up UI MCP servers.

1

Prerequisites

Install VS Code, Git, and SSH keys so your machine meets every requirement.

2

Decision

Choose between the automated installer or the manual setup approach.

3

Execution

Follow the step-by-step install to configure extensions, providers, and MCP servers.

4

Success

Validate the setup, run smoke checks, and confirm you are ready to use AI Assist.

Phase 1 · The Prerequisites (Ground Work)

Install VS Code, Git, and Configure SSH Keys

Complete the three mini-steps below to set up your development environment. Once finished, you'll have VS Code installed, Git configured, and SSH keys ready for secure access to Deloitte repositories.

You will: Install VS Code (Editor setup) → Install Git (Requires Deloitte-US GitHub access) → Configure SSH Keys (Full setup instructions)

VS Code Installation

  1. Go to Official Website and click the blue Windows download button.
  2. Open File Explorer → Downloads, then double-click the file that starts with VSCodeUserSetup.
  3. If Windows SmartScreen appears, click More infoRun anyway.
  4. Accept the license agreement and keep the default installation folder.
  5. On the Select Additional Tasks screen, check both “Add ‘Open with Code’” options and “Add to PATH” so VS Code is available in the right-click menu and terminal.
  6. Click Install. When finished, leave “Launch Visual Studio Code” checked and click Finish.
Result: Your Visual Studio Code should open and look like the default welcome screen.