Vscode Terminal Cannot Input & Blank [How to Solve]

Solution:

First press the shortcut key to open Ctrl + P or Ctrl + Shift + P

Find settings.json file and open it:

Then enter the following code configuration

 {
    "python.jediEnabled": false,
    "terminal.integrated.shell.windows": "C:\\Windows\\sysnative\\cmd.exe"
}

Finally, restart directly

Read More: