如何避免 conda activate base 在我的 VS Code 编辑器中自动执行?

Vai*_*sar 5 python python-3.x conda visual-studio-code vscode-settings

PS E:\Python and Data Science\PythonDatabase> conda activate base
conda : The term 'conda' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling    
of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ conda activate base
+ ~~~~~
    + CategoryInfo          : ObjectNotFound: (conda:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

PS E:\Python and Data Science\PythonDatabase> & C:/Users/Lenovo/Anaconda3/python.exe "e:/Python and Data Science/PythonDatabase/CourseHelper.py"
Hello World
PS E:\Python and Data Science\PythonDatabase> 
Run Code Online (Sandbox Code Playgroud)

Bre*_*non 7

您可以"python.terminal.activateEnvironment": false在您的设置中设置以停用您的环境的激活。或者,您可以设置"python.condaPath"where condaexists,以便扩展可以适当地使用 conda。