David Fiedler

Results 4 issues of David Fiedler

When I try your very first example on Windows, there is no percentage indicator: ![image](https://user-images.githubusercontent.com/2853732/144750387-71016016-64ce-4e95-9687-c7f39952a924.png) In PowerShell and Windows console, the progress bar does not even stay on the same...

Example: C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\shared\rpcndr.h(192): error C2872: 'byte': ambiguous symbol C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\shared\rpcndr.h(191): note: could be 'unsigned char byte' C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\cstddef(29): note: or 'std::byte' C:\Program Files...

How can I use PTVS to step from python code to python standard library function? Currently, the debugger just steps over, instead of into. I tried to add the `PythonDeveloper`...

The `"headerLinePrefix": "-- ",` setting in the script causes the XML parser to fail (can be a mistake on the XML parser side, I don't know). After removing the prefix...