Integrates EduLint into VS Code.
Whenever you open, close, or save a file, EduLint problems are displayed in the editor.
Additionally, you can lint the open file by running the command EduLint: Run Linting
from the Command Palette.
- Python 3
- Microsoft Python Extension (available here)
- EduLint v4.x as a Python package
You can install edulint by running the command:
python3 -m pip install --user edulint~=4.0