Skip to content

Commit

Permalink
Updated teal-interpreter.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleydavis committed Mar 9, 2022
1 parent 4e241ef commit 4cebe21
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# teal-debugger-extension

This is TEAL debugger extension for VS Code.
This is TEAL debugger extension for VS Code with support up to and including TEAL 5. Support for TEAL 6 is coming in the future.

It allows you to run TEAL code directly on a simulated AVM (Algorand virtual machine) without having to do any setup or configuration

Expand Down
14 changes: 7 additions & 7 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 @@ -130,7 +130,7 @@
"dependencies": {
"fs-extra": "^10.0.0",
"json5": "^2.2.0",
"teal-interpreter": "^0.0.27",
"teal-interpreter": "^0.0.32",
"vscode-debugadapter": "^1.49.0",
"vscode-debugprotocol": "^1.49.0",
"yaml": "^1.10.2"
Expand Down

0 comments on commit 4cebe21

Please sign in to comment.