app-bitcoin-new
app-bitcoin-new copied to clipboard
Fix VSCode integration
The .vscode folder was taken from the boilerplate at the beginning and never updated − and it's broken.
Fixing it (and updating README.md) might help new contributors.
Everything in the .vscode working perfectly and no need to change it . It divides into three sections and each section as follow up: The first section appears to define a debug configuration for attaching to a GDB server, with specific settings for the executable, target port, and initial commands to run.
The second section contains various settings for the editor and the C/C++ extension.
The third section defines a set of build tasks, including options for building, debugging, cleaning, loading, and running unit tests and Speculos (a cryptocurrency wallet emulator).