Eric
Eric
if this is implemented, also please consider taking a path as an argument for the source files and subfolders.
I have the same issue
@Sharlaan hae you been able to reproduce this?
In case others need more explicit directions, the tip for fixing this was given at the end of the problem description in #2950 > As a result of this you...
I too get code 2 installing either of the two extensions: ``` const installExtensions = async () => { const installer = require('electron-devtools-installer'); const forceDownload = !!process.env.UPGRADE_EXTENSIONS; const extensions =...
I fixed the error code 2 by explicitly letting yarn add the dev packages (like described here https://github.com/MarshallOfSound/electron-devtools-installer#install): ``` yarn add electron-devtools-installer -D yarn add electron-react-devtools -D ``` [FWIW also...
@techniq I just realized that I need this feature, probably moreso than other things. I suppose I could wrap the contents in a Tooltip to show the full content if...
@techniq yes, I think wrapping or auto-sizing to fit contents would probably be sufficient in most cases. Thanks for working on that!