PTVS
PTVS copied to clipboard
Python Tools for Visual Studio
**Environment** **Steps to Reproduce** 1. Create a Python Application project, add simple Python code. ``` from math import cos, radians # Create a string with spaces proportional to a cosine...
**Environment** **Steps to Reproduce** 1. Create new project: Visual C++ > Windows Desktop > Windows Console Application 2. Open the property page 3. Click Debugging tab 4. Click to open...
**Describe the bug** I reliably get a pop up dialog with the text "An unexpected error occurred" when opening a solution file that suggests reporting the error here. **Steps to...
Run a simple python application print("Hello World" ) on VS 2022 community and got: Failed to launch debug adapter. Additional information may be available in the output window. Access is...
**Describe the bug** For example, auto imports don't show up in the quick fix actions for an error. Example: ```python os ``` This should give a quick action to add...
**Describe the bug** I can't get remote debugging to work while trying to attach to remote linux container python process via debugpy. Only record shown in _Attach to process_ window...
**Environment** **Steps to Reproduce** 1. Create a new python application 2. Create two virtual environment named env and env1 3. Right click env -> Open Interactive Window 4. Right click...
[Window Title] devenv.exe [Main Instruction] An unexpected error occurred [Content] An error occurred opening this interactive window. Please press Ctrl+C to copy the contents of this dialog and report this...
**Environment** **Steps to Reproduce** 1. Create python application project and add "Lib\test\pythoninfo.py" and remove the default .py file 2. Debug->Launch Python Profiling … 3. Checked the option "Open project" and...