Skip to content

Commit

Permalink
Merge pull request #28 from ZeroDAO/main
Browse files Browse the repository at this point in the history
Milestone 2
  • Loading branch information
DarkingLee authored Oct 3, 2023
2 parents 5788e9e + 984fd12 commit 7ccf2f9
Show file tree
Hide file tree
Showing 93 changed files with 13,788 additions and 2,157 deletions.
9 changes: 5 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
"lldb.executable": "/usr/bin/lldb"
},
"extensions": [
"rust-lang.rust",
"bungcip.better-toml",
"vadimcn.vscode-lldb"
],
"rust-lang.rust",
"bungcip.better-toml",
"vadimcn.vscode-lldb",
"rust-lang.rust-analyzer"
],
"forwardPorts": [
3000,
9944
Expand Down
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
# These are backup files generated by rustfmt
**/*.rs.bk

.cargo/

.DS_Store

# direnv files
.envrc
.direnv

.direnv
5 changes: 5 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"recommendations": [
"rust-lang.rust-analyzer"
]
}
6 changes: 3 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"rust-analyzer.linkedProjects": [
"./crates/melo-erasure-coding/Cargo.toml"
]
"rust-analyzer.server.path": null,
"rust-analyzer.showUnlinkedFileNotification": false,
"commentTranslate.multiLineMerge": true
}
37 changes: 0 additions & 37 deletions .vscode/tasks.json

This file was deleted.

Loading

0 comments on commit 7ccf2f9

Please sign in to comment.