app-bitcoin-new icon indicating copy to clipboard operation
app-bitcoin-new copied to clipboard

Fix VSCode integration

Open bigspider opened this issue 3 years ago • 1 comments

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.

bigspider avatar Nov 30 '22 13:11 bigspider

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).

tusharv01 avatar May 13 '23 17:05 tusharv01