princeton-nlp / SWE-agent

SWE-agent takes a GitHub issue and tries to automatically fix it, using GPT-4, or your LM of choice. It can also be employed for offensive cybersecurity or competitive coding challenges.
https://princeton-nlp.github.io/SWE-agent/
MIT License
13.39k stars 1.32k forks source link

Github Codespaces: Show specific documents after startup #353

Open klieret opened 4 months ago

klieret commented 4 months ago

It would be great to show specific documentation after codespaces starts up. There's ways to open files after startup, but you cannot open them in markdown preview mode.

Perhaps we could change the vscode settings to automatically open md as preview (like this)?

klieret commented 4 months ago

In fact, even just leaving the README and opening keys.cfg in addition would be good. But if I start using openFiles, the main README would also disappear (and I can't open it in preview mode).