I had Ctrl+N Ctrl+P
bound to the command Python:createNewFile
but it stopped working after a recent VSCode update (I believe, not sure if it was something else).
Does anyone know the VSCode key binding command to create a new Python file?
Ctrl+N
gets me a new text file and I have to select the language or save it with .py for it to be a python file, which is cumbersome since I mostly use VSCode only for python.