The Python Environments Extension (https://github.com/microsoft/vscode-common-python-lsp) exposes a onDidChangePackages event whenever the extension detects package changes. For several of the extensions, it would be useful to restart on such event.
The shared package should have an configurable setting that when set to true, it should refresh the extension whenever the package managers detect such event.
The Python Environments Extension (https://github.com/microsoft/vscode-common-python-lsp) exposes a
onDidChangePackagesevent whenever the extension detects package changes. For several of the extensions, it would be useful to restart on such event.The shared package should have an configurable setting that when set to true, it should refresh the extension whenever the package managers detect such event.