ethereum / remix-desktop

Remix IDE desktop
1.02k stars 266 forks source link

Hardhat compilation not working #67

Closed yann300 closed 3 years ago

yann300 commented 3 years ago

in remix-project we trigger a recheck of the current folder to detect if it's hardhat or not when setworkspace is triggerred. see https://github.com/ethereum/remix-project/blob/71633c513b8eb2141b207baf300f6a35b2823632/apps/remix-ide/src/app/tabs/compile-tab.js#L120

The issue is that in the case of remix-desktop, it is possible to change the folder using Open Folder menu option and in that case, the setworkspace doesn't get trigerred (which is expected)