{ "version": "0.2.0", "configurations": [ { "name": "VN200", "type": "cortex-debug", "request": "launch", "servertype": "openocd", "cwd": "${workspaceRoot}/projects/${env:PROJECT_NAME_VN200}", "executable": "${workspaceRoot}/projects/${env:PROJECT_NAME_VN200}/build/${env:PROJECT_NAME_VN200}.elf", "configFiles": [ "/usr/share/openocd/scripts/interface/stlink.cfg", "/home/stm32_devcontainer/.vscode/stm32f3x_custom.cfg" ], "preLaunchTask": "build_vn200" }, { "name": "EPSC", "type": "cortex-debug", "request": "launch", "servertype": "openocd", "cwd": "${workspaceRoot}/projects/epsc_ft24", "executable": "${workspaceRoot}/projects/epsc_ft24/build/${env:PROJECT_NAME_EPSC}.elf", "configFiles": [ "/usr/share/openocd/scripts/interface/stlink.cfg", "/home/stm32_devcontainer/.vscode/stm32f3x_custom.cfg" ], "preLaunchTask": "build_epsc" } ] }