Skip to content

Commit

Permalink
Add rust-analyzer settings
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Jan 25, 2023
1 parent 7b89a92 commit 648afc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ target/
artifacts/

# IDEs
.vscode/
.idea/
*.iml

Expand Down
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"rust-analyzer.cargo.features": ["abort", "stargate", "staking", "cosmwasm_1_2"]
}

0 comments on commit 648afc1

Please sign in to comment.