diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-05-02 14:49:28 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-05-02 14:49:28 +0200 |
| commit | 596550c8002c2a1fa375ff7f39b6b9707b9f042d (patch) | |
| tree | 4d4de89034562e38df28dc56dcbbe8761511fe53 /.vscode/launch.json | |
| parent | d55ebee48dbf06ed59759f6c78c75c264bf6b8c5 (diff) | |
| download | kernel-596550c8002c2a1fa375ff7f39b6b9707b9f042d.tar.xz kernel-596550c8002c2a1fa375ff7f39b6b9707b9f042d.zip | |
debug: add kapi formatter support
Diffstat (limited to '.vscode/launch.json')
| -rw-r--r-- | .vscode/launch.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index 4d15c6f..d5b2401 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -28,7 +28,7 @@ }, { "description": "Load custom Python helpers", - "text": "-interpreter-exec console \"source ${workspaceFolder}/scripts/gdb/load_kstd.py\"" + "text": "-interpreter-exec console \"source ${workspaceFolder}/scripts/gdb/load.py\"" } ] } |
