Releases: tintinweb/vscode-vyper
Releases · tintinweb/vscode-vyper
Version 0.1.0
0.1.0
- 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
Version 0.0.15
0.0.15
- fix: typo in snippet
funcnonreentrant
#25
Version 0.0.14
Version 0.0.13
0.0.13 - 0.0.12
- 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 🙌
How to check it out?
- goto a repository that contains vyper sources
- press
.
on your keyboard and wait for vscode.dev to load - click on extensions -> install
tintinweb.vscode-vyper
compiling vyper source code in your browser is not yet supported. More than happy if someone would want to take on providing a vyper WASM module 🙌
Version 0.0.12
0.0.12
- new: vscode.dev support (vscode web extension) #12
- Note: compiling vyper is not yet supported!
How to check it out?
- goto a repository that contains vyper sources
- press
.
on your keyboard and wait for vscode.dev to load - click on extensions -> install
tintinweb.vscode-vyper
compiling vyper source code in your browser is not yet supported. More than happy if someone would want to take on providing a vyper WASM module 🙌
Version 0.0.11
0.0.11
- new: updated syntax to vyper v0.3.x #9 - thanks @DataBeast-IT 🙌
Version 0.0.10
Version 0.0.9
see CHANGELOG
v0.0.9
- updated mythx library: switched from
armlet
tomythxjs
. - fix: make settings take effect immediately.
Version 0.0.8
Version 0.0.7
see CHANGELOG
0.0.7
- 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.