Carnegie Mellon

Computer Science Department |
 |
 |
 |
 |
 |
 |
 |
|
|
|
15-410 AI Tools (Fall 2025)
Suggestions for configuring AI tools in specific environments
Please note that complying with the requirements in the syllabus
is the responsibility of each student.
VS Code
Completely
disable CoPilot
Disable
CoPilot for a workspace
It is possible to disable Copilot for certain languages/file extensions
(for this class, that would likely be .c , .h ,
and .S ):
In the extensions sidebar, click the cog wheel for the Copilot extension,
then Settings ,
then Add item under the Github > Copilot: Enable menu.
It is possible to disable "Next edit suggestions":
In Advanced settings ,
set github.copilot.nextEditSuggestions.enabled to false .
This can be done on the user or workspace level.
|