14 lines
542 B
JSON
14 lines
542 B
JSON
{
|
|
"svelte.plugin.svelte.format.config.printWidth": 300,
|
|
"nrf-connect.applications": [
|
|
"${workspaceFolder}/firmware"
|
|
],
|
|
"nrf-connect.boardRoots": [
|
|
"${workspaceFolder}/firmware"
|
|
],
|
|
"cmake.sourceDirectory": "C:/Projekte/buzzer_2/firmware/libs/ble_mgmt",
|
|
"nrf-connect.debugging.bindings": {
|
|
"${workspaceFolder}/firmware/build_nrf52840dk_debug": "Launch firmware/build_nrf52840dk_debug",
|
|
"${workspaceFolder}/firmware/build_buzzy/firmware": "Launch firmware/build_buzzy/firmware"
|
|
}
|
|
} |