beaugunderson / vscode-solidity-extended

✏ Solidity support for VSCode
https://marketplace.visualstudio.com/items?itemName=beaugunderson.solidity-extended
Other
10 stars 9 forks source link

Added support for multiple projects in the same workspace #9

Open skrafft opened 5 years ago

skrafft commented 5 years ago

I added a new config setting solidity.multiProjects which defaults to false. When true, it loads Solium and solc in the project root based on .soliumrc.json path.