PTVS
PTVS copied to clipboard
Python Tools for Visual Studio
启动vs2022 (17.14.15 )时弹出错误提示框。如下: 备注:本机安装了Minicoda3 py312_24.5.0-0(Python 3.12.4 64-bit) [Window Title] devenv.exe [Main Instruction] 发生意外错误 [Content] 请按 Ctrl+C 复制此对话框的内容并向我们的问题跟踪程序报告此错误。 [^] 隐藏详细信息(D) [关闭(C)] [Expanded Information] ``` Build: 17.0.25079.8 Microsoft.VisualStudio.CommonIDE.Solutions.HResultExtensions+WrapperCOMException (0x8000FFFF): 灾难性故障 (异常来自 HRESULT:0x8000FFFF...
**Environment** **Steps to Reproduce** 1. Create new Python Application, add simple Python code 2. Enable "Native Code Debugging" in project settings / debug page 3. Set breakpoint and start debugging...
**Describe the bug** [Window Title] devenv.exe [Main Instruction] An unexpected error occurred [Expanded Information] ``` Build: 17.0.25079.8 System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.PythonTools.Editor.PythonFormatCommandHandler.d__16.MoveNext()...
**Environment** **Steps to Reproduce** 1. In VS, select File > New > Project, search for "Django", and select the Blank Django Web Project template. 2. Click the “”Add to Source...
**Describe the bug** **Steps to Reproduce** 1. Create a new Python application 2. Right click python environment and open “Add Environment…” command 3. Click Existing environment tab 4. Browse to...
**Describe the bug** Simple: doing a 'pip install dill' in Powershell works, and in the command line interpreter of Python, 'import dill' works. However, in the VS IDE, an 'import...