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

11 lines
357 B
JSON
Raw Normal View History

2020-01-09 21:11:56 +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.allTargets": false,
"rust-analyzer.checkOnSave.extraArgs": ["--lib", "--bins"],
"rust-analyzer.lens.debug": false,
"rust-analyzer.lens.run": false
2020-09-25 19:24:56 +00:00
}