This repository has been archived by the owner on Mar 11, 2024. It is now read-only.
Fix Debug Transaction
command when Truffle config does not follow default name
#256
Labels
Whenever there is a Truffle workspace open that does not follow the default Truffle config file name, i.e.,
truffle-config.js
,the
Truffle: Debug Transaction
command fails withFor example,
In this workspace, we have two Truffle config files,
truffle-config.1.js
andtruffle-config.2.js
. However, the afterDebug Transaction
command allows the user to select any of those, it fails with the aforementioned error.Expected behavior
After the user selects any of those Truffle config files, the Debugger uses that selection to proceed with the debugging process.
The text was updated successfully, but these errors were encountered: