Created
February 1, 2020 05:42
-
-
Save jacobrosenthal/40ce4f8f6c6a1a430853f9a789f8318b to your computer and use it in GitHub Desktop.
rust no_std sublime project configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"folders": [ | |
{ | |
"path": "." | |
} | |
], | |
"settings": { | |
"LSP": { | |
"rls": { | |
"settings": { | |
"rust": { | |
"all_targets": false, | |
"target": "thumbv7em-none-eabihf" | |
} | |
} | |
} | |
}, | |
"rust-analyzer":{ | |
"settings": { | |
"rust": { | |
"cargo-watch.allTargets": false, | |
"target": "thumbv7em-none-eabihf" | |
} | |
} | |
}, | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment