I cannot find a clear answer on how to define multiple paths for the PYTHONPATH variable. I have tried all possible combinations of different solutions posted on various sites, but none of them work. Why can't this be clearly documented somewhere?
I tried every combination of separator and quoting:
"env": {"PYTHONPATH": "D:\\Users\\path\\a\\"; "D:\\Users\\path\\b\\"},
"env": {"PYTHONPATH": "D:\\Users\\path\\a\\": "D:\\Users\\path\\b\\"},
"env": {"PYTHONPATH": "D:\\Users\\path\\a\\; D:\\Users\\path\\b\\"},
...
launch.jsonconfiguration?