Unable to use terminal after launching VSCode

Solution 1:

You have two options:

  1. Add a trailing & to the call to start VS Code as a background process:

    code . &
    
  2. Use VS Code's integrated terminal via the top menu Terminal -> New Terminal.