The workspace virtual environment watcher does not notice re-created files. #7147
Labels
area-environments
Features relating to handling interpreter environments
bug
Issue identified by VS Code Team member as probable bug
linux
macos
partner ask
(see #5499)
This is a bit of an edge case; it only happens on linux (and mac?) and only when users do something unlikely. It will probably require fixes in upstream VS Code.
We have a watcher set up to be notified when a "python" (or "python.exe") file is created under the workspace. (see src/client/interpreter/locators/services/workspaceVirtualEnvWatcherService.ts) This watcher is not getting triggered if the file in question was deleted and then re-created. See #5499 of an example.
The text was updated successfully, but these errors were encountered: