Skip to content

Commit 252039c

Browse files
committed
Add solidity extension recommandation
1 parent 8596c6e commit 252039c

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Desktop.ini
1111

1212
# IDE and editor specific files
1313
.idea/
14-
.vscode/
1514
*.suo
1615
*.user
1716
*.userosscache
@@ -84,4 +83,4 @@ mochawesome-report/
8483
# Rust specific
8584
#-------------------------------------------------------------------------------
8685
# Build artifacts directory
87-
target/
86+
target/

.vscode/extensions.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"recommendations": [
3+
"nomicfoundation.hardhat-solidity",
4+
"juanblanco.solidity",
5+
"rust-lang.rust-analyzer"
6+
]
7+
}

coprocessor/.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ dist/
1414

1515
# Editor directories and files
1616
.idea/
17-
.vscode/
1817
*.swp
1918
*.swo
2019
*~
@@ -26,4 +25,4 @@ yarn-error.log*
2625

2726
# Build artifacts
2827
coverage/
29-
*.tsbuildinfo
28+
*.tsbuildinfo

library-solidity/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ yarn-error.log*
77
lerna-debug.log*
88
pnpm-lock.yaml
99
yarn.lock
10-
.vscode
1110

1211
# Diagnostic reports (https://nodejs.org/api/report.html)
1312
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

0 commit comments

Comments
 (0)