Skip to content

Instantly share code, notes, and snippets.

@stabastian
Created March 17, 2020 19:22
Show Gist options
  • Save stabastian/6882625cc16cc80b2e344c0c188dc818 to your computer and use it in GitHub Desktop.
Save stabastian/6882625cc16cc80b2e344c0c188dc818 to your computer and use it in GitHub Desktop.
VS Code, set directories in where to import solidity packages.
{
"solidity.packageDefaultDependenciesContractsDirectory": "",
"solidity.packageDefaultDependenciesDirectory": "node_modules"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment