gitextract_a12zpu6_/ ├── .github/ │ └── assignment.yml ├── .gitignore ├── .vscode/ │ ├── launch.json │ ├── settings.json │ └── tasks.json ├── .vscodeignore ├── LICENSE ├── README.md ├── package.json ├── src/ │ ├── chat.ts │ └── extension.ts └── tsconfig.json