When using the Python debugger in VS Code, if the Python interpreter path contains spaces (e.g., under macOS iCloud paths), passing runtime arguments dynamically (via the debug toolbar or tasks) ...
Be default, a local pipenv environemnt is searched for and if found, is marked as the python interpreter. But it also then adds a line to settings.json indicating the path for the virtual environment ...
The May 2020 update of Visual Studio Code's Python extension -- by far the most popular tool in the marketplace -- is mostly routine with a lot of fixes and minor tweaks, though developers showed ...