Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 462 Bytes

File metadata and controls

19 lines (13 loc) · 462 Bytes

Using VS Code with This Repository

Open project.code-workspace so the shared settings load correctly. Install the recommended extensions so PDFs open with LaTeX Workshop's PDF viewer inside VS Code.

Useful commands:

  • Python: Select Interpreter
  • Tasks: Run Task
  • Git: View History

Built-in tasks:

  • Python: Check Version
  • Python: Run src/main.py
  • Git: Show Status

If Python tasks fail, select Python 3.10.11 in VS Code and try again.