Nick Webb
Nick Webb
Hi @bbodenmiller, I've done a lot more digging on this issue and discovered that this problem is fairly common on Golang windows projects writing to files (see https://github.com/golang/go/issues/36568, https://github.com/microsoft/vscode-go/issues/2897, https://github.com/golang/go/issues/29424...
Hi @bbodenmiller, We’ve discovered a few problems with the way we handle writing to `config.json` that seem related to the error you are seeing. However, we still haven’t been able...
Working on a dev build now 👍
Hi @bbodenmiller here is a dev build with locking implemented on `config.json`. It also removes the need for a `temp-config`. Let us know what you see! If it fails please...
@bbodenmiller that's good to know, thanks for running that. We are going to produce one more dev build, this time keeping the `temp-config` code in order to use atomic file...