Whenever I open terminal in visual studio code the terminal is blank and cant type a single word in it - visual-studio-code

Whenever I try to open terminal of visual studio code my terminal remains blank and I am not able to type anything in the terminal I have switched power shell to command prompt but the same issue persist I have included the screenshot

Try opening VSC as an administrator

Related

how to stop VSCode terminal to open a new cmd window in each command?

On window 10 with vscode -v 1.51.1 terminal with cmd.
After writing the command and hitting the enter key... a new window is open and close...
so, if I'm trying to check --version the window is already close and i can't see results..
or if i having an error - i cant see it if the window is close... so for now: i use print screen..
how can i get the process output run on the same window... on the VSCode terminal?
If am understanding your question you can try
code -v
OMG
Turn off ConPTY integration in the
File->Preferences->Settings->conPTY->Uncheck it
Integrated terminal in visual studio code is opening externally and not internally

How to open a file from terminal in a tmux session in Visual Studio Code

One can open a file from the integrated terminal in Visual Studio Code via:
code -r something.dat
Unfortunately, this does not work for me when I work in the terminal within a tmux-session. The error I get is:
-bash: code: command not found
I googled the error and it seems I have to include vscode on my Path variable (example: similar problem).
I'm now confused on what to do as it works from the normal integrated terminal but doesn't work in the tmux "environment".
Do you have any ideas?
Probably you first started the tmux server from a terminal without this in PATH and you are not adding it in any of the shell startup files that the shell uses when started from tmux (remember tmux starts login shells by default).

Vs code terminal is blank and I can' t type in it

I have this problem with my terminal: when I open it, it shows me a blank terminal and I can't even see the cursor. The windows is opening correctly and there is no error, but I can' type anything in the terminal.
Vs code version is 1.42.0
Also, I tried the compatibilty with Windows is set off
Here you can see what I'm talking about:
screenshot of terminal

Open file from integrated terminal in VS Code

I have VS Code setup with WSL on my Windows 10 machine. I am trying to find the command I can use to open an existing file from the integrated terminal in the current VS Code window.
I tried code filename, which launches a new VS Code window. I tried with code -r filename, but it also launches a new window.
Is there a way to quickly open a file when I'm focussed on the terminal?
As of version 1.43.1, this appears to now work as expected, without additional add ons.

Visual Code wont open from explorer or command prompt

I had to re-install Visual Code and now found i cant open visual code from explorer window or from command prompt
I cant get the shell command to appear in the palette command to run
Install 'code' command in PATH
any ideas on whats gone wrong
thanks