rules_py icon indicating copy to clipboard operation
rules_py copied to clipboard

Verify changed files behind .pth entry are picked up

Open alexeagle opened this issue 9 months ago • 0 comments

What happened?

If the .pth file points to something like a foo_pb2.py generated file, and that file changes (say a new proto field was added), what's required for PyCharm to pick up the new field? Does it notice the file change by setting a watch on it? Do we have to restart the editor, or make some no-op change to the .pth file to force it to get the change?

Requested by @jvolkman

Version

HEAD

How to reproduce

No response

Any other information?

No response

alexeagle avatar Oct 04 '23 15:10 alexeagle