1
0
Fork 0
mirror of https://gitlab.redox-os.org/CoffeeCode/redox-ssh.git synced 2025-12-28 17:02:19 +01:00
redox-ssh/.vscode/settings.json
C0ffeeCode d582aca73f
Replace outdated rust-crypto dependency:
`rust-crypto` has not been updated for 8 years.
One of its dependencies, `rustc-serialize` is deprecated and does not build on Redox.

builts on `ed324eb4391491c3b1897a8ee0671533ccb41c13`
2024-09-27 21:55:10 +02:00

10 lines
No EOL
301 B
JSON

{
"lldb.displayFormat": "auto",
"lldb.showDisassembly": "never",
// "rust-analyzer.cargo.allTargets": true,
"rust-analyzer.cargo.target": "x86_64-unknown-redox",
// "rust-analyzer.check.targets": [
// "x86_64-unknown-redox",
// "x86_64-unknown-linux-gnu"
// ]
}