'How to fix Code not displaying anaconda prompt as Terminal?
The Python interpreter is working fine and is fully configured. So it should be using the anaconda prompt by default for the Terminal. However this has not been the case so I tried setting up manually. This is what I've set so far:

This is the prompt when I hover over 'terminal.inegrated.defaultProfile.windowss" value:

Also 'Anaconda Shell' is not selectable from the dropdown for the Terminal sub-window. It doesn't show there but the rest are being displayed:
Is there a away to actually override Code to recognise the anaconda prompt to be set as default?
Solution 1:[1]
You need to configure it like this:
"Anaconda": {
"path": "cmd.exe",
"args": ["/K", "C:\\ProgramData\\Anaconda3\\Scripts\\activate.bat"]
}
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Steven-MSFT |

