VSCode - close big red stack trace error box (python)

There is an open issue about this on vscode repository.

Here is the reason:

Old version of Debugger used to show the stack trace too (but later a bug got introduced that broke the feature) Also, other debuggers display stack trace in UI As for the exception details UI taking too much space, that's an upstream issue in VS Code. We have no control over the size of the exception info displayed. Filtering of stack trace for just my code is a separate issue.

It's actually a result of the new update of python debugger extension.