Provides VS Code support for the ok Python autograder
This extension contributes the following commands:
Grade a specific question only
Equivalent shell command: python3 ok -q <question>
Grade the entire assignment
Equivalent shell command: python3 ok
Unlock a question
Equivalent shell command: python3 ok -q <question> -u
Unlock the entire assignment
Equivalent shell command: python3 ok -u
Submit the assignment
Equivalent shell command: python3 ok --submit
Submit a revision to an assignment
Equivalent shell command: python3 ok --revise