File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -74,10 +74,11 @@ This extension assumes:
7474 example] ( #grading-agent-example ) and [ configuration] ( #configuration ) below.
7575
7676* The command ** Grading Agent: Enable Instructions and Agent** disables or
77- enables ` *instructions.md ` files and grading agent file so they are ignored by
78- GitHub Copilot. The command displays the list of avaible files and lets the
79- user check or uncheck any of them. All files are initially enabled. This
80- extensions disables files by renaming them.
77+ enables instructions and agents so they are ignored by GitHub Copilot. The
78+ command displays the list of avaible instuctions and agents and lets the user
79+ check or uncheck any of them; checked is enabled, unchecked is disabled. All
80+ files are initially enabled. This extensions disables instructions by renaming
81+ ` *instructions.md ` files and agents by renaming ` *agent.md ` files.
8182
8283## Requirements
8384
@@ -145,6 +146,7 @@ You can customize the generated grade file names through Visual Studio Code
145146settings, to match the ones used in your grading agent:
146147
147148** Workspace configuration** , in ` .vscode/settings.json ` :
149+
148150``` json
149151{
150152 "gradingagent.gradesFileName" : " grades.csv" ,
You can’t perform that action at this time.
0 commit comments