vscode-vyper
vscode-vyper copied to clipboard
fix: adapted snippets to the new Syntax of Vyper (0.3.7)
Modified the snippets of the following statements to reflect the latest Vyper syntax:
- Logging events
- Events declaration
- Interface declaration
- For loop iterating over an array (As it is possible to iterate over an array rather than then range of its length)