I've imported the Open Zeppelin ERC721 token standard into my VS Code with the Solidity extension, but see the following warnings on all my OZ import statements:
Why is this happening and what is the workaround for this warning?
What I've tried:
- change default workspace compiler to localNodeModule (began to throw other warnings like on the pragma solidity line)