#17977 Pants does not get updated with the changes done on windows machine knowing that pants itself run on a Linux vm
Issue created by
Ramzy993
Describe the bug
I am working on a windows machine -unfortunately- on a project and after some research, I found that Pants is the best option for this monorepo project. So, I created a VM (ubuntu) on my virtual machine and made a shared folder between my Windows machine and Ubutnu VM to put my monorepo. I successfully installed pants and am able to run its goals. But, after I change anything in my windows machine and try again to run a pants goal, these changes does not get affected and pants produces same message. When I tried to restart my vm, Pants get affected.
Note: I tried to cat the changed files on my VM to see if they updated and I confirm that.
Pants version
Which version of Pants are you using?
2.14.0
OS
Are you encountering the bug on MacOS, Linux, or both?
Linux(Ubuntu) VM on a Windows Machine
Additional info
Add any other information about the problem here, such as attachments or links to gists, if relevant.
None
pantsbuild/pants