I am using Visual Studio Code version 1.36.1 (the latest) to run and debug Python code. When I do this, Visual Studio Code creates a Python process which binds to port 8888. I believe this is the Anaconda environment used by Jupyter notebooks. Unfortunately, other applications, such as Fiddler also use port 8888 by default.
Is there a way to change this default port of 8888 to something else?
I'm guessing that there's something I could put in AppData\Roaming\Code\User\settings.json, and suspect the answer will look like this one, but I need to know what that setting is.