Compare commits

..

2 Commits

Author SHA1 Message Date
ba998c1482 feat: add gdb support to zba 2023-01-18 23:14:02 -06:00
6db41b55a6 feat: add gdbstub library 2023-01-18 23:14:02 -06:00

8
.vscode/extensions.json vendored Normal file
View File

@ -0,0 +1,8 @@
{
"recommendations": [
"augusterame.zls-vscode",
"usernamehw.errorlens",
"vadimcn.vscode-lldb",
"dan-c-underwood.arm"
]
}