Skip to content

Commit

Permalink
chore: update to use the latest debug adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcampbell committed Jan 4, 2024
1 parent a3cb78f commit 6eaea07
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.organizeImports": true
"source.fixAll.eslint": "explicit",
"source.organizeImports": "explicit"
},
"dotenv.enableAutocloaking": false
}
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"dependencies": {
"algosdk": "^2.7.0",
"avm-debug-adapter": "^0.1.2",
"avm-debug-adapter": "^0.1.3",
"lodash": "^4.17.21"
},
"devDependencies": {
Expand Down

0 comments on commit 6eaea07

Please sign in to comment.