I wanted to review the Codespaces setup logs and was wondering how I would see them. I opened a Codespace instance from a repo, then found there is a command Codespaces:Export Logs
available (shown below).
You specify a destination directory and a zip file of the logs is created (3 logs in my case). Just unzip the the zip file and then you can simply cat
the log files (shown below).
As I work to customize Codespaces for teaching, being able to review the setup logs will be quite useful.
Top comments (0)