vscode-ext
vscode-ext copied to clipboard
Allow for --f and --to to (optionally) be provided when running a migration
When doing a deployment, there's currently no way to specify which migrations you'd like to run based on their numerical prefix. Specifically, after selecting a network, as per the dialog below, it will just run the equivalent of npx truffle migrate --reset --network <selected-network-name>:
More details on the migrate options here.