Type of virtual environment used (N/A | venv | virtualenv | conda | ...): XXX Relevant/affected Python packages and their versions: tkinter Relevant/affected Python-related VS Code extensions and their versions:
I need to add node_modules/.bin to $PATH and for that I use `conda env config vars set PATH="/Users/user/Code/data-rc/tree-sitter-sql/node_modules/.bin:$PATH" This works well in MacOS zsh but doesn't work in VSCode zsh. MacOS zsh Works here ~ % conda activate /Users/user/Cod...
Type of virtual environment used (N/A | venv | virtualenv | conda | …): pipenv Relevant/affected Python packages and their versions: autopep8 1.3.5 (pycodestyle: 2.4.0) pylint 2.0.1 Actual behavior Executing the command ‘Format Document’ does nothing to the document. It does however ...
We have written the neede Issue Type: Bug Behaviour Expected vs. Actual I am using conda environments in vscode on a mac (with apple silicon -- but that probably doesn't matter). I set my python interpreter to the right conda environment...
Type of virtual environment used (e.g. conda, venv, virtualenv, etc.): Global Value of thepython.languageServersetting: Default Output forPythonin theOutputpanel (View→Output, change the drop-down the upper-right of theOutputpanel toPython) ...
Platform (e.g. WebGPU/Vulkan/IOS/Android/CUDA): WebGPU (compiled with metal) Operating system (e.g. Ubuntu/Windows/MacOS/...): MacOS Device (e.g. iPhone 12 Pro, PC+RTX 3090, ...): Mac Book Pro M1 How you installed MLC-LLM (conda, source): source How you installed TVM-Unity ...
Type of virtual environment used (N/A | venv | virtualenv | conda | ...): with or without venv Jupyter server running: N/A Expected behaviour Scrolling up and down in the Python interactive data viewer using the scrollbar on the right side ...
// Python stuff "autoDocstring.docstringFormat": "numpy", "python.defaultInterpreterPath": "/Users/**/miniconda3/envs/env-testing/bin/python", "python.condaPath": "/Users/**/miniconda3/condabin/conda", // "python.languageServer": "Pylance", "python.languageServer": "Jedi", "python.ana...
Extension version (available under the Extensions sidebar): vscode-python 2018.12.1 OS and version: ubuntu 16.04LTS Python version (& distribution if applicable, e.g. Anaconda): any pypy,cpython Type of virtual environment used (N/A | venv | virtualenv | conda | ...): pyenv Relevant/affec...
Able to reproduce this in PowerShell terminal, both conda activate <env> and activate <env> do not add the environment python / Scripts to PATH. Windows 10 conda 4.6.12 vscode 1.33.1 vscode-python 2019.4.2 DonJayamanne self-assigned this May 14, 2019 DonJayamanne added feature-interprete...