Visual Studio Code – See live changes when editing code across multiple dependent projects in a VS Code Workspace
I am developing a Python application (app), which relies on an internal Python library (lib) that is developed as a separate project. The main application depends on the library via a Git reference (pip install -e git+https://… or equivalent for…