Eleanor Boyd

@eleanor-py.bsky.social

Python for VS Code engineer @ Microsoft Transit enthusiast find me on: http://github.com/eleanorjboyd, http://linkedin.com/in/eleanorjboyd/ opinions are my own

Hi Conda people! I am back with a specific question this time- how do you tell if a given Conda environment is prefixed or named? I can see it in `conda info --envs` but is there any way given a specific path to an executable to know which one it is without parsing that list?

No launch.json, no problem. Python no-config debugging allows you to leverage debugging features in @code, without needing configurations in a launch.json To use, open a terminal and type debugpy <script .py or module>

In the latest pre-release of Python Debugger extension, we added a feature that we call no-config debugging. Open a terminal is VS Code and run your script with `debugpy <myscript>` instead of `python <myscript>`. Try it out. github.com/microsoft/vs...

No-config debugging · Issue #561 · microsoft/vscode-python-debugger

Hey folks 👋 After listening to community feedback that configuring the debugger can be difficult and confusing, we have begun working on a no-config debugging experience! We are excited to say that...

github.com

Every struggle to setup debugging for your Python code? Look no further! New VS Code feature on pre-release TODAY now allows you to use no-config debugging! Install the latest pre-release of the python debugger extension and just add `debugpy` to the front of your run command to get started!

In the latest pre-release of the Python Environments extension, you can select the library you want to install and click the edit button to set version constraints. You can do this with multiple libraries and include libs not in the list.