This repository has been archived by the owner on Mar 11, 2024. It is now read-only.
2.5.0 - Haiku 📖
michaeljohnbennett
released this
13 Sep 21:00
·
35 commits
to master
since this release
This release has improved support to debug over a forked network and working with multiple Truffle projects in the same workspace. The brand new Walkthrough helps users to explore and discover the main features of the extension. Moreover, it has some bug fixes, internal optimisations, and code refactor for better maintainability.
Give it a try and let us know what you think!
What's Changed
- Ability to debug over a forked network #186 (xhulz)
- Use
contracts_directory
from Truffle config inCreate Contract
command #193 (acuarica) - Fix Command Palette display filter for Build/Deploy/Create Contracts commands #192 (acuarica)
- Add support to run out tests without VS Code Development Extension Host #191 (acuarica)
- Add support for multiple Truffle config files #181 (acuarica)
- Honor the
contract_build_directory
property in Deployments view #179 (acuarica) - Ability to compile a single contract #177 (xhulz)
- Dashboard link has added to dashboard view panel #172 (xhulz)
- Debug only works with Ganache Development Instance #170 (xhulz)
- Add a Walkthrough on the Getting Started splash #148 (acuarica)
- Replace
open
package withvscode.env.openExternal
#195 (acuarica)