pylintEnabled true creates multiple python processes
@mscheidg, in my VScode, the "python.linting.mypyEnabled": true
creates multiple python processes each time a file is open. This is particularly cumbersome when rebasing, as I need to go back from my staged setting of false back to true, and hence slowing to infinite my machine every time a new file is open for solving conflicts.
As I am not an expert, and after talking with @afekete , it seems the solution might be to delete this line. But you can point to a better solution, as I might have screwed up when setting up VScode.