rust-raspberrypi-OS-tutorials/02_runtime_init/.vscode/settings.json

10 lines
312 B
JSON
Raw Normal View History

2019-10-06 20:34:18 +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"],
"rust-analyzer.checkOnSave.overrideCommand": ["make", "check"],
"rust-analyzer.lens.debug": false,
"rust-analyzer.lens.run": false
2020-03-10 22:40:04 +00:00
}