Type: Bug Terminal does not detect conda base env nor any other envs. Calling "conda activate" on env also do not work. Extension version: 2023.22.0 VS Code version: Code 1.85.0 (af28b32d7e553898b2a91af498b1fb666fdebe0c, 2023-12-06T18:17...
On my windows machine with a newer version of conda I did not experience this problem, on my linux env my debugger failed. I also noticed problems switching my conda env within VSCode with the newest Python extension since yesterday, but I cannot say if this is related to this or not. M...
Introduce a Python: Create Terminal to create a terminal that activates the selected virtual/conda environment (#622) Add a ko-kr translation (#540) Add a ru translation (#411) Performance improvements to detection of virtual environments in current workspace (#372) Correctly detect 64-bit pytho...
But the default installed conda is a very old version built in with the system image used by our company on CDSW. So I guess the suggestion is: it seems that the VSCode can already detect issues for a particular Python Interpreter, so the priority for picking up the default interpreter sho...
You can have pure R environments in conda. Do we expect python extension to detect those? The python in environment created using conda create -n env1 is not the python from the environment. So, if we say install things in the python, then it would be the global python. Essentially, al...
Pixi is a package management tool that amongst others supports creating python virtual environments. These environments are essentially conda environments but are placed in a specific directory inside of the workspace/project. At the moment this plugin does not properly detect these environments. Pixi ...
I don't know if it would work fine without a conda-installed R. user spec: preactivated: preactivated. runs fine non-activated: kernel dies. same reason as above env spec: does not work at all as the executable file is set to "python.exe", even for the one listed under "conda ...
Available add-ons Advanced Security Enterprise-grade security features GitHub Copilot Enterprise-grade AI features Premium Support Enterprise-grade 24/7 support Pricing Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of ...
Also, it detect a comment line as error. it also cannot show the object selector VS Code Version Version: 1.81.1 (user setup) Commit: 6c3e3dba23e8fadc360aed75ce363ba185c49794 Date: 2023-08-09T22:22:42.175Z Electron: 22.3.18 ElectronBuildId: 22689846 Chromium: 108.0.5359.215 Node.js...
For remote, we cannot detect the environment type so we generally just do this:%pip install <module>This is an IPython magic that finds the pip needed to install into a running kernel.We might be able to detect conda at a later date, and use %conda in that situation....