Skip to content

Commit

Permalink
fix debugging config file link (#4000)
Browse files Browse the repository at this point in the history
  • Loading branch information
pls148 authored Jan 3, 2025
1 parent 17ac77e commit 69b531e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ This will output:

# Debugging

A debugging config file is provided for vscode and vscodium in [`.vscode/launch.json`](https://github.com/EspressoSystems/HotShot/blob/main/.cargo/config.toml). This is intended to be used with [vadimcn/vscode-lldb](https://open-vsx.org/extension/vadimcn/vscode-lldb) but may work with other rust debuggers as well.
A debugging config file is provided for vscode and vscodium in [`.vscode/launch.json`](https://github.com/EspressoSystems/HotShot/blob/main/.vscode/launch.json). This is intended to be used with [vadimcn/vscode-lldb](https://open-vsx.org/extension/vadimcn/vscode-lldb) but may work with other rust debuggers as well.

To bring `lldb` into scope with nix, run `nix develop .#debugShell`.

Expand Down
2 changes: 1 addition & 1 deletion crates/types/src/simple_vote.rs
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ impl<
{
}

// impl votable for all the data types in this file sealed marker should ensure nothing is accidently
// impl votable for all the data types in this file sealed marker should ensure nothing is accidentally
// implemented for structs that aren't "voteable"
impl<
TYPES: NodeType,
Expand Down

0 comments on commit 69b531e

Please sign in to comment.