Truffle for VS Code v2.7.0 ("aranha π·οΈ") now available #5766
acuarica
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey all, quick heads up that Truffle for VS Code (codename "aranha") is now in the wild!
This release brings some new exciting features regarding the debugger, namely it allows you to fetch external sources when debugging external transactions, reuse your
truffle-config.js
networks to debug a transaction and trigger the visual debugger from the command line. It also includes a fix that removes deprecated networks after the merge and a range of smaller fixes and improvements.Give it a try and let us know what you think!
What's Changed
Requirements Page
#274 (acuarica)network
option in launch configuration #267 (acuarica)disableFetchExternal
flag to avoid debugging with fetching external sources #255 (acuarica)--vscode
triggers debugger to launch in VS Code #231 and #254 (xhulz)require
cache oftruffle-config.js
when debugging #265 (acuarica)Shout out to @kevinbluer, @michaeljohnbennett and @xhulz for their contributions!
Installation
To install Truffle for VS Code, simply head to the extension marketplace, search "Truffle" and hit install.
If you've already got the extension installed, chances are it's already updated. If not, you can got the marketplace listing and click update to manually update.
Getting Involved
Have any idea for a feature or would like to contribute in some capacity? Just drop us a note below β€οΈ
Beta Was this translation helpful? Give feedback.
All reactions