- fix: an issue where the compilation would fail on windows systems #4
- update: disabled mythx.io trial code
- update: disabled signature helper (not yet implemented)
- update: quick code cleanup
- fix: allow workspace relative
vyper.command
#3
- updated mythx library: switched from
armlet
tomythxjs
. - fix: make settings take effect immediately.
- fix misused promises
- updated grammar
- fixed mythX issue due to API change
- fixed diagnostics handling: compiler warnings and mythx are now updated on a per file basis.
- fixed run compile / when file is opened the first time, not only on change.
- repackage broken archive
- fix diagProvider only showing one mythx scan result
- updated Readme
- ask to start free mythx security platform trial
- mythx support (auto analyze onSave)
- shellescape file paths
- fixed some typos
- Initial release
- Language support for syntax highlighting based on
vscode/extensions/python
- Vyper compilation support based on
truffle-compile-vyper
- Vyper compilation diagnostics
- Hover provider
- Security Augmented Decorations - Auditor Mode
- Snippets
- Initial SignatureHelper