vscode-vyper icon indicating copy to clipboard operation
vscode-vyper copied to clipboard

fix: adapted snippets to the new Syntax of Vyper (0.3.7)

Open trocher opened this issue 3 years ago • 0 comments

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)

trocher avatar Dec 14 '22 12:12 trocher