Skip to content

Commit 38cf49c

Browse files
committed
Missed info about command in #6
1 parent 0946f66 commit 38cf49c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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
145146
settings, 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",

0 commit comments

Comments
 (0)