Releases: everx-labs/everdev-vscode
Releases · everx-labs/everdev-vscode
Version: 1.1.1
[1.1.1] - 2022-02-11
Fixed
- An error "TON Client binary bridge is not set" that occurred when using
js wrap
command as a module
Improved
- Command parameter parsing when using tondev as a module.
Now, when some unrecognized option is found, an error occurs.
Previously unrecognized option was silently skipped.
Version 1.0.1
Fixed
- Problem with commands
sign
andcontract
Version 1.0.0
New
Renamed plugin to everdev-vscode
and use everdev
. If you already have installed old plugin TONDev
, you need to uninstall it.
Version: 0.5.0
[0.5.0] 2021-04-30
New
- TONDEV 0.5 commands support.
Attention! The current UI is preliminary and not even experimental, and will be changed in future.
Skip entering the default values in UI by clicking Enter.
This release is an intermediate step between current tondev functionality and future VS Code GUI implementation.
In the next releases we plan to add nice UI for contract deployment and execution, network management, signer management.
Fixed
- tvm_linker downloads always even if it's up to date.