diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2023-10-08 12:23:11 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2023-10-08 12:23:11 +0200 |
| commit | a18c6f87dee3ebf0432a6f7a633272423718faf2 (patch) | |
| tree | da5db11403192a41d8d0e09a432dc285fcd442cd /.vscode/tasks.json | |
| parent | 1dc90e111a7f11f198b1bf327723d11cb018af32 (diff) | |
| download | teachos-a18c6f87dee3ebf0432a6f7a633272423718faf2.tar.xz teachos-a18c6f87dee3ebf0432a6f7a633272423718faf2.zip | |
x86_64: improve debugging experience
Diffstat (limited to '.vscode/tasks.json')
| -rw-r--r-- | .vscode/tasks.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json index c280971..d77bb56 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -13,6 +13,7 @@ "-cdrom", "${workspaceFolder}/build/Debug/teachos.iso" ], + "isBackground": true, "presentation": { "reveal": "always" }, |
