Closed as not planned
Description
If you look at some of the issues that people file, e.g. #418, they stem from mis-configuration. Some of the common issues are:
- CLI args where the space is embedded in a string instead of as two separate items, e.g.
["--hello world"]
instead of["--hello", "world"]
- Invalid/ambiguous
python.pythonPath
- Invalid
PYTHONPATH
values - Ensure users do not select the executable
pythonw.exe
instead ofpython.exe