Skip to content

Commit

Permalink
chore: switch to hardhat solidity vscode extension (#1823)
Browse files Browse the repository at this point in the history
  • Loading branch information
holic authored Oct 24, 2023
1 parent 3e05706 commit 0671b4b
Show file tree
Hide file tree
Showing 16 changed files with 28 additions and 43 deletions.
2 changes: 1 addition & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"recommendations": ["JuanBlanco.solidity"]
"recommendations": ["NomicFoundation.hardhat-solidity"]
}
5 changes: 1 addition & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
{
"solidity.monoRepoSupport": true,
"solidity.compileUsingRemoteVersion": "v0.8.21+commit.d9974bed"
}
{}
6 changes: 3 additions & 3 deletions e2e/packages/contracts/remappings.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ds-test/=./node_modules/ds-test/src/
forge-std/=./node_modules/forge-std/src/
@latticexyz/=./node_modules/@latticexyz/
ds-test/=node_modules/ds-test/src/
forge-std/=node_modules/forge-std/src/
@latticexyz/=node_modules/@latticexyz/
6 changes: 3 additions & 3 deletions examples/minimal/packages/contracts/remappings.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ds-test/=./node_modules/ds-test/src/
forge-std/=./node_modules/forge-std/src/
@latticexyz/=./node_modules/@latticexyz/
ds-test/=node_modules/ds-test/src/
forge-std/=node_modules/forge-std/src/
@latticexyz/=node_modules/@latticexyz/
2 changes: 1 addition & 1 deletion templates/phaser/.vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"recommendations": ["JuanBlanco.solidity"]
"recommendations": ["NomicFoundation.hardhat-solidity"]
}
5 changes: 1 addition & 4 deletions templates/phaser/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
{
"solidity.monoRepoSupport": true,
"solidity.compileUsingRemoteVersion": "v0.8.21+commit.d9974bed"
}
{}
6 changes: 3 additions & 3 deletions templates/phaser/packages/contracts/remappings.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ds-test/=./node_modules/ds-test/src/
forge-std/=./node_modules/forge-std/src/
@latticexyz/=./node_modules/@latticexyz/
ds-test/=node_modules/ds-test/src/
forge-std/=node_modules/forge-std/src/
@latticexyz/=node_modules/@latticexyz/
2 changes: 1 addition & 1 deletion templates/react/.vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"recommendations": ["JuanBlanco.solidity"]
"recommendations": ["NomicFoundation.hardhat-solidity"]
}
5 changes: 1 addition & 4 deletions templates/react/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
{
"solidity.monoRepoSupport": true,
"solidity.compileUsingRemoteVersion": "v0.8.21+commit.d9974bed"
}
{}
6 changes: 3 additions & 3 deletions templates/react/packages/contracts/remappings.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ds-test/=./node_modules/ds-test/src/
forge-std/=./node_modules/forge-std/src/
@latticexyz/=./node_modules/@latticexyz/
ds-test/=node_modules/ds-test/src/
forge-std/=node_modules/forge-std/src/
@latticexyz/=node_modules/@latticexyz/
2 changes: 1 addition & 1 deletion templates/threejs/.vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"recommendations": ["JuanBlanco.solidity"]
"recommendations": ["NomicFoundation.hardhat-solidity"]
}
5 changes: 1 addition & 4 deletions templates/threejs/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
{
"solidity.monoRepoSupport": true,
"solidity.compileUsingRemoteVersion": "v0.8.21+commit.d9974bed"
}
{}
6 changes: 3 additions & 3 deletions templates/threejs/packages/contracts/remappings.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ds-test/=./node_modules/ds-test/src/
forge-std/=./node_modules/forge-std/src/
@latticexyz/=./node_modules/@latticexyz/
ds-test/=node_modules/ds-test/src/
forge-std/=node_modules/forge-std/src/
@latticexyz/=node_modules/@latticexyz/
2 changes: 1 addition & 1 deletion templates/vanilla/.vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"recommendations": ["JuanBlanco.solidity"]
"recommendations": ["NomicFoundation.hardhat-solidity"]
}
5 changes: 1 addition & 4 deletions templates/vanilla/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
{
"solidity.monoRepoSupport": true,
"solidity.compileUsingRemoteVersion": "v0.8.21+commit.d9974bed"
}
{}
6 changes: 3 additions & 3 deletions templates/vanilla/packages/contracts/remappings.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ds-test/=./node_modules/ds-test/src/
forge-std/=./node_modules/forge-std/src/
@latticexyz/=./node_modules/@latticexyz/
ds-test/=node_modules/ds-test/src/
forge-std/=node_modules/forge-std/src/
@latticexyz/=node_modules/@latticexyz/

0 comments on commit 0671b4b

Please sign in to comment.