▲ 5 r/vscode
Hi, new to VSCode and programming here. My OS is Linux Mint and I use VSCodium.
When I try to create a virtual enviroment in VSCodium, the output comes out as:
Error: the task 'Python: Installing Python via uv...' neither specifies a command nor a dependsOn property. The task will be ignored. Its definition is:
{
"type": "shell",
"id": "shell,uv,python,install,",
"problemMatcher": [],
"label": "Python: Installing Python via uv..."
}
I know Python is already pre-installed on Linux Mint. So maybe I don't need to select a Python Interpreter?
I'm very new to programming and Python so I'd like someone who's done this before on how to setup a venv properly.
u/Dependent-Hamster361 — 11 days ago