Unable to use terminal after launching VSCode
Solution 1:
You have two options:
-
Add a trailing
&
to the call to start VS Code as a background process:code . &
-
Use VS Code's integrated terminal via the top menu
Terminal -> New Terminal
.
You have two options:
Add a trailing &
to the call to start VS Code as a background process:
code . &
Use VS Code's integrated terminal via the top menu Terminal -> New Terminal
.