rust-raspberrypi-OS-tutorials/01_wait_forever/.vscode/settings.json

6 lines
103 B
JSON
Raw Normal View History

2019-10-06 20:34:18 +00:00
{
2019-10-10 17:44:28 +00:00
"editor.formatOnSave": true,
2019-10-06 20:34:18 +00:00
"rust.features": ["bsp_rpi3"],
"rust.all_targets": false,
}