Skip to content

Commit

Permalink
Replace crates by dependi (#2477)
Browse files Browse the repository at this point in the history
* Replace crates by dependi

* Update in contributor book
  • Loading branch information
vincentmasse authored Nov 11, 2024
1 parent 6e71aaf commit e1d570c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ the issue or issues that your changes address.

- [rust-lang.rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)
- [tamasfe.even-better-toml](https://marketplace.visualstudio.com/items?itemName=tamasfe.even-better-toml)
- [serayuzgur.crates](https://marketplace.visualstudio.com/items?itemName=serayuzgur.crates)
- [fill-labs.dependi](https://marketplace.visualstudio.com/items?itemName=fill-labs.dependi)
- [vadimcn.vscode-lldb](https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb)

2. Open `Command Palette` with Ctrl+Shift+P or F1 and type `LLDB: Generate Launch Configurations from Cargo.toml` then select it, this will generate a file that should be saved as `.vscode/launch.json`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Install the following extensions:
for Rust syntax and semantic analysis
- [tamasfe.even-better-toml](https://marketplace.visualstudio.com/items?itemName=tamasfe.even-better-toml)
for TOML syntax and semantic analysis
- [serayuzgur.crates](https://marketplace.visualstudio.com/items?itemName=serayuzgur.crates) for
- [fill-labs.dependi](https://marketplace.visualstudio.com/items?itemName=fill-labs.dependi) for
managing dependencies
- [vadimcn.vscode-lldb](https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb) for
debugging
Expand Down

0 comments on commit e1d570c

Please sign in to comment.