Skip to content

Commit

Permalink
Add cosmwasm path to rust anylazer vscode settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryMBaldwin committed Jan 16, 2025
1 parent e94a3d5 commit 6e949e4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"solidity.compileUsingRemoteVersion": "v0.8.24+commit.e11b9ed9",
"rust-analyzer.linkedProjects": [
"./contracts/solana/programs/stork/Cargo.toml",
"./contracts/solana/programs/example/Cargo.toml",
"./sdks/solana/stork-sdk/Cargo.toml"
"./examples/solana/programs/example/Cargo.toml",
"./sdks/solana/stork-sdk/Cargo.toml",
"./contracts/cosmwasm/contracts/Cargo.toml"
]
}

0 comments on commit 6e949e4

Please sign in to comment.