CT 301 VS Code Plugins
CT 301: C++ Fundamentals · Summer 2026
VS Code Plugins
Required plugins
Install the three plugins below to build, run, and debug on the CS lab machines from VS Code.
- Remote - SSH (by Microsoft) — lets VS Code connect to the lab machines.
- C/C++ (by Microsoft) — C++ language support, IntelliSense, and the gdb debugger.
- Makefile Tools (by Microsoft) — builds with
makeand adds a Makefile project panel with a debug button.
How to install
- Open the Extensions panel (left sidebar, the four-squares icon, or Cmd+Shift+X / Ctrl+Shift+X).
- Search by name (for example, Remote - SSH) and click Install.
- After you connect to a lab machine over SSH, VS Code will ask you to install the C/C++ and Makefile Tools plugins on the remote. Accept that. Extensions install per host.