-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* allow selection of editor(s) * add space to select * Add editor selection to readme * fix helix compile target * add changelog
- Loading branch information
1 parent
21294e7
commit f95959c
Showing
6 changed files
with
48 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#INCLUDEFILE helix | ||
[[language]] | ||
name = "rust" | ||
|
||
[language-server.rust-analyzer.config] | ||
check.allTargets = false | ||
#REPLACE riscv32imac-unknown-none-elf rust_target | ||
cargo.target = "riscv32imac-unknown-none-elf" |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
//INCLUDEFILE vscode | ||
{ | ||
"rust-analyzer.cargo.allTargets": false, | ||
//REPLACE riscv32imac-unknown-none-elf rust_target | ||
"rust-analyzer.cargo.target": "riscv32imac-unknown-none-elf", | ||
} | ||
} |