- new: logo for Vyper files in the explorer view
- fix: compilation for Vyper 0.4.x
- fix: don't compile interface files
- fix: correct static built-in hover information to match Vyper
- fix: prevent function decorator from being highlighted when used in a comment
- updated snippets to Vyper 0.3.x and 0.4.x
- updated language spec fetcher to Vyper 0.4.x
- updated syntax highlighting to Vyper 0.4.x
- updated the Vyper logo
- updated the banner theme on the marketplace to match Vyper colors
- removed MythX
- fix: typo in snippet
funcnonreentrant
#25
- new: suppress compiler error/success popup boxes by default. can be re-enabled by setting
vyper.compile.verbose = true
- update: snippets to fit vyper 0.3.x #19 - thanks @msugarm
- update: dependencies
- new: vscode.dev support (vscode web extension) #12
- Note: compiling vyper is not yet supported!
- update: updated snippets for vyper v0.3.x #11 - thanks @DataBeast-IT 🙌
- new: updated syntax to vyper v0.3.x #9 - thanks @DataBeast-IT 🙌
- 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