I have set up an external interpreter manually by using python.pythonPath: ${env:PYTHON_VAR}
. The external Interpreter is from an application that requires some configuration settings such as server, username and password that have to be set when you call the exe via the command line.
Is there a way that I can store the Configuration information for the interpreter in visual studio to automatically apply them each time I run a python file?