aboutsummaryrefslogtreecommitdiff
path: root/.vscode/tasks.json
AgeCommit message (Collapse)AuthorFilesLines
2025-07-23ide: redirect qemu error outputFelix Morgner1-2/+4
2025-07-14build: reintroduce bootable ISOFelix Morgner1-2/+2
2025-07-14ide: improve support for vscodiumFelix Morgner1-2/+2
2025-07-13ide: improve launch configurationFelix Morgner1-19/+18
2025-03-28ide: disable reboot on crash and add more infoFelix Morgner1-0/+3
We don't necessarily want to end up in a boot loop when debugging. Additionally, when can have QEMU dump the machine state on crashes, as well as tell us which interrupts occur.
2024-10-26use linker variableFabian Imhof1-2/+0
2024-10-26Fix wrong args order in taksMatteo Gmür1-2/+2
2024-10-26Adjust to toolchain updatesMatteo Gmür1-0/+4
2024-09-24Improve launch settingsMatteo Gmür1-2/+2
2024-09-17ide: add problem matcher for gdb launchFelix Morgner1-3/+14
While this is not strictly necessary for a standalone launch, Visual Studio Code is not happy when we have a long running (longer than the debug session) preLaunchTask without a problem matcher. In essence, we define the task as having finished launching, when QEMU informs us about the open VNC port.
2024-09-17ide: adjust available boot targetsFelix Morgner1-2/+1
2023-10-12build: switch to ninja multi-config generatorFelix Morgner1-3/+4
2023-10-11ide: allow selection of boot imageFelix Morgner1-2/+14
2023-10-08x86_64: improve debugging experienceFelix Morgner1-0/+1
2023-10-07x86_64: implement very simple VGA text outputFelix Morgner1-1/+17
2023-10-07ide: add some debugging supportFelix Morgner1-0/+23