Skip to content

Commit

Permalink
chore: Adds settings and extension recommendations to vscode
Browse files Browse the repository at this point in the history
Git submodules makes source tracking in vscode annoying with multiple windows open. Having the right extension for huff is necessary to code effectively.
  • Loading branch information
mw2000 committed Apr 26, 2024
1 parent b625437 commit d04c8f2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"recommendations": [
"huff-language.huff-language",
"JuanBlanco.solidity"
],
}
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"git.detectSubmodules": false
}

0 comments on commit d04c8f2

Please sign in to comment.