Skip to content

Commit 648afc1

Browse files
committed
Add rust-analyzer settings
1 parent 7b89a92 commit 648afc1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ target/
99
artifacts/
1010

1111
# IDEs
12-
.vscode/
1312
.idea/
1413
*.iml
1514

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"rust-analyzer.cargo.features": ["abort", "stargate", "staking", "cosmwasm_1_2"]
3+
}

0 commit comments

Comments
 (0)