docs: mention QuickEdit in Windows troubleshooting (#19701)

* shot a trouble

* change title
This commit is contained in:
Micha Hanselmann 2019-08-14 14:23:12 -07:00 committed by Shelley Vohr
parent efa1818cb4
commit 9b1f698770

View file

@ -113,3 +113,10 @@ This can happen during build, when Debugging Tools for Windows has been installe
### ImportError: No module named win32file
Make sure you have installed `pywin32` with `pip install pywin32`.
### Build Scripts Hang Until Keypress
This bug is a "feature" of Windows' command prompt. It happens when clicking inside the prompt window with
`QuickEdit` enabled and is intended to allow selecting and copying output text easily.
Since each accidental click will pause the build process, you might want to disable this
feature in the command prompt properties.