I don't know when and how it started but now I have such a glitch:
- open CMD
- enter python command: "django-admin.py help"
- Visual Studio Code starts up and opens manage.py for editing.
The CMD command itself does not return anything.
on the other hand, if I enter: "django-admin help" (without .py) the CMD shows help and VSCODE does not react in any way.
What is this magic? How to change VSCODE reaction to .py mentioning?
