| Actionforge Graph Editor |
Actionforge.actionforge |
0.9.84 |
| autoDocstring - Python Docstring Generator |
njpwerner.autodocstring |
0.6.1 |
| Better C++ Syntax |
jeff-hykin.better-cpp-syntax |
1.27.1 |
| Black Formatter |
ms-python.black-formatter |
2024.4.0 |
| Browse Lite |
antfu.browse-lite |
0.3.9 |
| C/C++ |
ms-vscode.cpptools |
1.22.11 |
| C/C++ Extension Pack |
ms-vscode.cpptools-extension-pack |
1.3.0 |
| C/C++ Themes |
ms-vscode.cpptools-themes |
2.0.0 |
| carbon-now-sh |
ericadamski.carbon-now-sh |
1.2.0 |
| clangd |
llvm-vs-code-extensions.vscode-clangd |
0.1.31 |
| CMake |
twxs.cmake |
0.0.17 |
| CMake Test Explorer |
fredericbonnet.cmake-test-adapter |
0.17.4 |
| CMake Tools |
ms-vscode.cmake-tools |
1.19.52 |
| cmake-format |
cheshirekow.cmake-format |
0.6.11 |
| CodeLLDB |
vadimcn.vscode-lldb |
1.11.1 |
| CodeWhisperer for command line |
amazonwebservices.codewhisperer-for-command-line-companion |
0.1.0 |
| Data Wrangler |
ms-toolsai.datawrangler |
1.12.1 |
| Dev Containers |
ms-vscode-remote.remote-containers |
0.388.0 |
| Docker |
ms-azuretools.vscode-docker |
1.29.3 |
| Doxygen Documentation Generator |
cschlosser.doxdocgen |
1.4.0 |
| Even Better TOML |
tamasfe.even-better-toml |
0.19.2 |
| Flake8 |
ms-python.flake8 |
2023.10.0 |
| GitHub Actions |
github.vscode-github-actions |
0.27.0 |
| GitHub Copilot |
GitHub.copilot |
1.245.1221 |
| GitHub Copilot Chat |
GitHub.copilot-chat |
0.23.2024102903 |
| GitHub Markdown Preview |
bierner.github-markdown-preview |
0.3.0 |
| Gitpod |
gitpod.gitpod-desktop |
0.0.180 |
| HashiCorp Terraform |
hashicorp.terraform |
2.34.0 |
| HTML CSS Support |
ecmel.vscode-html-css |
2.0.11 |
| isort |
ms-python.isort |
2023.10.1 |
| JavaScript Debugger |
ms-vscode.js-debug |
1.95.3 |
| JavaScript Debugger Companion Extension |
ms-vscode.js-debug-companion |
1.1.3 |
| Jupyter |
ms-toolsai.jupyter |
2024.10.0 |
| Jupyter Keymap |
ms-toolsai.jupyter-keymap |
1.1.2 |
| Jupyter Notebook Renderers |
ms-toolsai.jupyter-renderers |
1.0.21 |
| Just pilot |
lrh3321.just2 |
2.0.2 |
| Learn Vim |
vintharas.learn-vim |
0.0.28 |
| Markdown Checkboxes |
bierner.markdown-checkbox |
0.4.0 |
| Markdown Emoji |
bierner.markdown-emoji |
0.3.0 |
| Markdown Footnotes |
bierner.markdown-footnotes |
0.1.1 |
| Markdown Preview for Github Alerts |
yahyabatulu.vscode-markdown-alert |
0.0.4 |
| Markdown Preview Github Styling |
bierner.markdown-preview-github-styles |
2.1.0 |
| Markdown Preview Mermaid Support |
bierner.markdown-mermaid |
1.27.0 |
| Markdown yaml Preamble |
bierner.markdown-yaml-preamble |
0.1.0 |
| markdownlint |
DavidAnson.vscode-markdownlint |
0.57.0 |
| Mojo 🔥 |
modular-mojotools.vscode-mojo |
24.5.5 |
| New Syntax Highlighter |
fallenwood.syntax-highlighter-ng |
0.6.0 |
| Nextflow |
nextflow.nextflow |
1.0.1 |
| Open in GitHub |
fabiospampinato.vscode-open-in-github |
2.3.0 |
| Pylance |
ms-python.vscode-pylance |
2024.11.2 |
| Python |
ms-python.python |
2024.20.0 |
| Python Debugger |
ms-python.debugpy |
2024.12.0 |
| Python Envy |
teticio.python-envy |
0.1.8 |
| Python Sphinx Highlighter |
leonhard-s.python-sphinx-highlight |
0.3.0 |
| Rainbow CSV |
mechatroner.rainbow-csv |
3.12.0 |
| Remote - SSH |
ms-vscode-remote.remote-ssh |
0.115.1 |
| Remote - SSH: Editing Configuration Files |
ms-vscode-remote.remote-ssh-edit |
0.87.0 |
| Remote Development |
ms-vscode-remote.vscode-remote-extensionpack |
0.26.0 |
| rust |
1YiB.rust-bundle |
1.0.0 |
| Rust Syntax |
dustypomerleau.rust-syntax |
0.6.1 |
| rust-analyzer |
rust-lang.rust-analyzer |
0.3.2188 |
| Table Visualizer for JavaScript Profiles |
ms-vscode.vscode-js-profile-table |
1.0.10 |
| Test Adapter Converter |
ms-vscode.test-adapter-converter |
0.2.1 |
| Test Explorer UI |
hbenl.vscode-test-explorer |
2.22.1 |
| Trusty Rusty Snippets |
polypus74.trusty-rusty-snippets |
0.0.5 |
| Vim |
vscodevim.vim |
1.28.1 |
| Vite |
antfu.vite |
0.2.5 |
| WSL |
ms-vscode-remote.remote-wsl |
0.88.5 |
| yapf |
eeyore.yapf |
2024.9.126091437 |
Type: Bug
Behaviour
When I open a new zsh terminal in VSCode, although I activated "activateActiveEnvironmentInTerminal" (or how this settings is called), it only loads the conda base environment.
My .conda environment in the same folder is correctly selected and displayed in the lower right corner of VSCode. And I can activate it easily with
conda activate ./.condaSteps to reproduce:
The problem is that you command tried to run
conda -n .condaand notconda -p .conda. This is a PREFIX environment not a NAMED environment..Diagnostic data
Output for
Pythonin theOutputpanel (View→Output, change the drop-down the upper-right of theOutputpanel toPython)Extension version: 2024.20.0
VS Code version: Code 1.95.3 (Universal) (f1a4fb101478ce6ec82fe9627c43efbf9e98c813, 2024-11-13T14:50:04.152Z)
OS version: Darwin arm64 23.6.0
Modes:
python.languageServersetting: DefaultUser Settings
Installed Extensions
System Info
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
webgpu: enabled
webnn: disabled_off
A/B Experiments