Skip to content
Advertisement

How can i add Anaconda Prompt to VScode terminal?

i’m trying to add anaconda prompt to vscode terminal.

i googled it, but i found that it’s not possible method cuz

terminal.integrated.shell.windows

terminal.integrated.shellArgs.windows

is now unavailable on settings.

is there any way to solve this?

Advertisement

Answer

I’m sorry to tell you that it can’t be realized at present.The Python extension automatically detects existing conda environments provided that the environment contains a Python interpreter. Although the Python extension for VS Code doesn’t currently have direct integration with conda environment.yml files, VS Code itself is a great YAML editor.

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement