Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The workspace virtual environment watcher does not notice re-created files. #7147

Closed
ericsnowcurrently opened this issue Aug 29, 2019 · 1 comment
Labels
area-environments Features relating to handling interpreter environments bug Issue identified by VS Code Team member as probable bug linux macos partner ask

Comments

@ericsnowcurrently
Copy link
Member

(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.

@kimadeline
Copy link

Closing because it's too edgy 👩‍🎤

@ghost ghost removed the needs PR label Apr 8, 2020
@lock lock bot locked as resolved and limited conversation to collaborators Apr 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-environments Features relating to handling interpreter environments bug Issue identified by VS Code Team member as probable bug linux macos partner ask
Projects
None yet
Development

No branches or pull requests

3 participants