-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated TEAL interpreter version for parser fix.
- Loading branch information
1 parent
681268e
commit 5b2a124
Showing
2 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"publisher": "optio-labs", | ||
"description": "A TEAL debugger extension for Visual Studio code", | ||
"icon": "images/icon.png", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"author": "[email protected]", | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
"bugs": { | ||
|
@@ -131,7 +131,7 @@ | |
"dependencies": { | ||
"fs-extra": "^10.0.0", | ||
"json5": "^2.2.0", | ||
"teal-interpreter": "^0.0.21", | ||
"teal-interpreter": "^0.0.22", | ||
"vscode-debugadapter": "^1.49.0", | ||
"vscode-debugprotocol": "^1.49.0", | ||
"yaml": "^1.10.2" | ||
|