Results 5 comments of Neil Sweeney

I think I tried the timeout work-round but to no avail. Personally, it doesn't seem reliable to use a timeout if something is causing a lockout (`rimraf` does a timeout/retry...

I think the best thing I did was wrap the `rimraf` method with a `try`/`catch` and if it catches an error it will carry on and do the process next...

Can confirm this is happening with Electron 10.1.3 on Windows 10 Enterprise version 1809. I have found that on some occasions it will work on the first occurrence of an...

Seeing this issue on Electron `^10.1.3` with electron-devtools-installer `^3.1.1` as well ``` (node:53670) ExtensionLoadWarning: Warnings loading extension at /Users/___/Library/Application Support/___/extensions/fmkadmapgofadopljbjfkapdkoienihi: Unrecognized manifest key 'browser_action'. Unrecognized manifest key 'minimum_chrome_version'. Unrecognized manifest...

I've found this as well. I tried resolving it by adding `"restart": true` to the launch.json config for the debugger but that still causes issues with the output reporting. ```...