Hi. I'm aware this might be a bit low-effort report at the moment, but we're encountering a problem with node --test on Windows and it'd be nice to get some input on it.
The problem is that sometimes there's an interval of frequent (nearly constant) restarts triggered without the user changing any files. It often reports files in node_modules (but the user's not running npm or anything like that). Usually the project is also open in VS Code at the time but we don't know if it's necessarily related. After a while it settles down and stops happening but comes back later. We're trying it now with fsutil behavior set disablelastaccess 1 and it seems to be helping but it's too soon to tell for sure.
Hi. I'm aware this might be a bit low-effort report at the moment, but we're encountering a problem with
node --teston Windows and it'd be nice to get some input on it.The problem is that sometimes there's an interval of frequent (nearly constant) restarts triggered without the user changing any files. It often reports files in node_modules (but the user's not running
npmor anything like that). Usually the project is also open in VS Code at the time but we don't know if it's necessarily related. After a while it settles down and stops happening but comes back later. We're trying it now withfsutil behavior set disablelastaccess 1and it seems to be helping but it's too soon to tell for sure.