When I execute the command $ code . the terminal of the following message

Asked

Viewed 72 times

0

Recently I formatted my PC and when I run the command $ code . to start vs code, the following message appears:

[main 2019-10-07T22:55:45.545Z] update#setState idle
bash: impossível definir grupo do processo do terminal (-1): ioctl inapropriado para dispositivo
bash: nenhum controle de trabalho neste shell

before that message appeared, how can I correct it?

1 answer

0

If you have installed VS Code again, see if the Visual Studio Code folder is on:

C: users{username} Appdata Local Programs Microsoft VS Code
By default, VS Code is installed in this folder.

I took a test here.

I renamed it:

C: users{username} Appdata Local Programs Microsoft VS Code

To:

C: users{username} Appdata Local Programs Microsoft VS Code 4

Then I tried to open the VS Code as you are trying (code .), I couldn’t, that is to say: probably, the vs folder does not exist in your file explorer.


REFERENCE:

  1. Visual Studio Code on Windows - https://code.visualstudio.com/docs/setup/windows

Browser other questions tagged

You are not signed in. Login or sign up in order to post.