juanfranblanco / vscode-solidity

Visual Studio Code language support extension for Solidity smart contracts in Ethereum https://marketplace.visualstudio.com/items?itemName=JuanBlanco.solidity
MIT License
904 stars 194 forks source link

Designating folder name and location for compiled files ('bin')' #98

Open momoadeli opened 6 years ago

momoadeli commented 6 years ago

Is there a way to designate folder name and location for compiled files ('bin')'

juanfranblanco commented 6 years ago

No, but i will add it to the settings

guser9822 commented 4 years ago

No, but i will add it to the settings

Hi @juanfranblanco , have this feature been added?

juanfranblanco commented 4 years ago

@guser9822 this has been postponed as plugins like Mythx use the "bin" folder to drive functionality after compilation. Mainly it will break existing plugins. I am awaiting for interest on this before doing major breaking changes. If anyone interested please thumb up this comment.

guser9822 commented 4 years ago

@guser9822 this has been postponed as plugins like Mythx use the "bin" folder to drive functionality after compilation. Mainly it will break existing plugins. I am awaiting for interest on this before doing major breaking changes. If anyone interested please thumb up this comment.

Thank you so much, I hope this feature will be implemented.