Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
STYLE: Fix XML namespace of natstepfilter file (Visual Studio Debugger)
According to Learn / Visual Studio / Debugging, section "Customize C++ stepping behavior independent of Just My Code settings" (https://learn.microsoft.com/en-us/visualstudio/debugger/just-my-code?view=vs-2022#BKMK_CPP_Customize_stepping_behavior) the name of the XML namespace specified by the `xmlns` attribute in a natstepfilter file starts with "http:" (not "https:"). While "https:" might work in this particular case, it appears preferable to use the officially documented XML namespace name. Reverts the change of this particular file from pull request #3428 commit 9cd0f20 "ENH: Use https instead of http when https works", May 18, 2022.
- Loading branch information