rust-raspberrypi-OS-tutorials/06_uart_chainloader/.vscode/settings.json

11 lines
348 B
JSON
Raw Normal View History

2019-10-08 19:50:48 +00:00
{
2020-09-25 19:24:56 +00:00
"editor.formatOnSave": true,
"editor.rulers": [100],
"rust-analyzer.cargo.target": "aarch64-unknown-none-softfloat",
"rust-analyzer.cargo.features": ["bsp_rpi3"],
2022-04-22 20:30:16 +00:00
"rust-analyzer.checkOnSave.allTargets": false,
2022-05-09 07:13:02 +00:00
"rust-analyzer.checkOnSave.extraArgs": ["--bins"],
"rust-analyzer.lens.debug": false,
"rust-analyzer.lens.run": false
2020-03-10 22:40:04 +00:00
}