You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But vscode-vyper shows error: Missing or unmatched return statements in function
It would be good to be able to exclude this folder or to make vscode-vyper to detect it is an interface. Or if the implementtation is a pass it can just ignore that kind of error.
The text was updated successfully, but these errors were encountered:
I'm using
Brownie
for smart contract development. If I useinterfaces
folder to store interface, the file should look like this:But vscode-vyper shows error:
Missing or unmatched return statements in function
It would be good to be able to exclude this folder or to make vscode-vyper to detect it is an interface. Or if the implementtation is a
pass
it can just ignore that kind of error.The text was updated successfully, but these errors were encountered: